This is documentation of an archived release.
For documentation on the current version, please check Knowledge Base.

Sample : Dataset Count

import com.eurotronics.tool.dialog.MessageDialog;
 
MessageDialog.showInfoDialog("Dataset Count: "+ explorer.getDataSetList().size());
 
Last modified:: 2019/03/25 11:36