Property Altitude
Altitude
Default position on the Z axis (altitude) of the block (of the bottom or of the top of the block's bounding box, depending on OnOrUnder property for the object), in catalog measurement units.
Declaration
public int Altitude { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
This position depends on OnOrUnder property
of the block. If OnOrUnder == AltitudeType.Under
, the
position references the top of the block's bounding box. If
OnOrUnder == AltitudeType.On
then it references the
bottom.