DatabaseElevation Property
|
Property that controls the default elevation
for new entities in the current space or model space. This property
corresponds to the ELEVATION system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
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 Value
Double
See Also