Model::GetModelType
Defined in:
Returns the model type.
C4Models.hPrototype
ModelType GetModelType(void) const;
Description
The GetModelType function returns the type of a model node. If the model was created using the Model::GetModel function, then the returned type is the same value as the type used to create the model. If the model was created as a GenericModel node, then the returned type is kModelGeneric.
See Also
