EllipsoidSurfaceCurveIntersectionResults.Location Property |
Gets the location of the intersection. If no intersection was found then this will be
Undefined.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic Cartographic Location { get; }
Public ReadOnly Property Location As Cartographic
Get
public:
property Cartographic Location {
Cartographic get ();
}
member Location : Cartographic with get
Property Value
Type:
Cartographic
See Also