PointCartographic.Location Property |
Gets or sets the planetodetic location of the point relative to the central body's
Shape.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Cartographic Location { get; set; }
Public Property Location As Cartographic
Get
Set
public:
property Cartographic Location {
Cartographic get ();
void set (Cartographic value);
}
member Location : Cartographic with get, set
Property Value
Type:
Cartographic
See Also