|
IDL Reference Guide: iTools Object Classes |
|
The IDLitVisualization::GetTypes function method identifies the types that this visualization represents, including base types and any specializations.
| Note This method is designed to be implemented as needed by subclasses of the IDLitVisualization class. Calling this method on the IDLitVisualization class itself returns the following string array: [ 'VISUALIZATION', '_VISUALIZATION', AnySpecifiedTypes] where AnySpecifiedTypes are provided by any value set for the TYPE property of the IDLitVisualization class. |
Result = Obj->[IDLitVisualization::]GetTypes()
Returns a vector of strings identifying the types that this visualization represents. See Predefined iTool Visualization Classes for a list of predefined types
None
None
IDL Online Help (March 06, 2007)