GeometryObject::GetGeometryLevelCount
Defined in:
Returns the number of detail levels.
C4GeometryObjects.h
Prototype
int32 GetGeometryLevelCount(void) const;
Description
The GetGeometryLevelCount
function returns the number of detail levels belonging to a geometry object. The geometric information for a particular detail level can be retrieved using the GeometryObject::GetGeometryLevel
function.
See Also