Elevation Property (IGeneralDimension) Send Feedback
See Also 
Gets or sets the elevation of this Dimension.

Syntax

Visual Basic 
Property Elevation As System.Double
C# 
System.double Elevation {get; set;}
JavaScript 
get_Elevation () : Number
put_Elevation (
   NewVal : Number
)
COM native C++ 
HRESULT get_Elevation(
   DOUBLE* Val
) 
HRESULT put_Elevation( 
   DOUBLE Val
C++ 
DSRESULT get_Elevation (
   double* Val
)
DSRESULT put_Elevation(
   double Val
)

Property Value

Elevation (see Remarks)

Remarks

Elevation is the distance between the World Coordinate System origin and the plane of this Dimension.

See Also

Availability

DraftSight V1R1.4