Type.GetType

This page contains reference documentation for the GetType function. This function returns a TypeInformation object containing the object's type.

Prototype

TypeInformation GetType()

Examples

Examples are as follows:

Node node = Model.GetSelectedNode( i ).GetNode();

TypeInformation type = node.GetType();

SelectAllTypeNodes( Model, type );

Working Sample Code

For sample code: