Gets or sets the leader elevation.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double Elevation { get; set; }
Public Property Elevation As Double
Get
Set
public:
property double Elevation {
double get ();
void set (double value);
}
member Elevation : float with get, set
PROPERTY Elevation AS REAL8 GET SET
Property Value
Type:
DoubleRemarks This is the distance from the origin to the plane of the leader.
See Also