ChartOfCharacteristicTypesSelection.<Chart of characteristic types name>.Next
Syntax:
Returned value:
True indicates next item is selected; False indicates the end of selection has been reached.
Description:
Availability:
Example:
Selection = ChartsOfCharacteristicTypes.ObjectProperties.Select(); While Selection.Next() Do // process selection records EndDo; |