NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

GetType Operator

Used to return the class object of the specified type.

GetType(typename)Parameters

typename

The name of the type within the class object.Remarks

Examples:

GetType(Integer)‘returns the integer class object

GetType(Project1.Type1)‘returns the class object for Project1.Type1

GetType(String(*))‘returns the class object for 1D string arrays

See Also

EnterLinks