ConvexBoundaryEllipsoidSurfaceRegionBuilderReferencePoint Property |
Gets or sets a reference point to manually specify as inside or outside the region, to allow for cases like regions
larger than half the globe since the default behavior always selects the smaller portion of the ellipsoid as the region.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cartographic ReferencePoint { get; set; }
Public Property ReferencePoint As Cartographic
Get
Set
public:
property Cartographic ReferencePoint {
Cartographic get ();
void set (Cartographic value);
}
member ReferencePoint : Cartographic with get, set
Property Value
Type:
CartographicRemarks This reference point should not lie exactly on the boundary.
See Also