GeoDataLonLatAltInfoAltitude
Property
|
Property that represents altitude of the
geographic point.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double Altitude { get; set; }
Public Property Altitude As Double
Get
Set
public:
property double Altitude {
double get ();
void set (double value);
}
member Altitude : float with get, set
Property Value
Double
See Also