IDLitVisualization::GetTypes

Syntax | Return Value | Arguments | Keywords | Version History

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.

Syntax

Result = Obj->[IDLitVisualization::]GetTypes()

Return Value

Returns a vector of strings identifying the types that this visualization represents. See Predefined iTool Visualization Classes (iTool Developer's Guide) for a list of predefined types

Arguments

None

Keywords

None

Version History

6.0

Introduced