This page contains reference documentation for the GetType function. This function returns a TypeInformation object containing the object's type.
TypeInformation GetType()
Examples are as follows:
Node node = Model.GetSelectedNode( i ).GetNode(); TypeInformation type = node.GetType(); SelectAllTypeNodes( Model, type );
For sample code: