PointAtAltitudeAltitude Property |
Gets or sets the altitude of the point.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Scalar Altitude { get; set; }
Public Property Altitude As Scalar
Get
Set
public:
property Scalar^ Altitude {
Scalar^ get ();
void set (Scalar^ value);
}
member Altitude : Scalar with get, set
Property Value
Type:
ScalarSee Also