v2.32
 
ILevelObject Interface Reference

Represents an object belonging to a level. More...

Inheritance diagram for ILevelObject:

Properties

double ElevationAboveLevel [get]
 Elevation of the object above the parent level.
 
int LevelId [get]
 The ID of the parent level.
 
double PlacementElevation [get]
 Elevation of the object's placement above the parent level.
 
double VerticalOffset [get]
 Vertical offset from the object's placement.
 

Detailed Description

Represents an object belonging to a level.

Use this interface to determine which level the object is based on, and how far from the parent level the object is. This interface can be obtained from IModelObject using standard COM QueryInterface method.

See also
IModelObject, ILevel

Property Documentation

◆ ElevationAboveLevel

double ElevationAboveLevel
get

Elevation of the object above the parent level.

The elevation of an object equals the sum of the elevation of the object's placement and the vertical offset of the object from its placement.