v2.47
ILevel Interface Reference

Represents a level object model. This interface can be obtained from IModelObject (which should be level) using standard COM QueryInterface method. More...

Properties

double Elevation [get]
 The elevation of the level relative to the XOY plane of the project coordinate system in millimeters.
BSTR LevelName [get]
 The name of the level.
IPlacement3D Placement [get]
 The level placement in the project coordinate system. The placement origin Z coordinate is equal to the Elevation property value.

Detailed Description

Represents a level object model. This interface can be obtained from IModelObject (which should be level) using standard COM QueryInterface method.