EllipsoidSurfaceRegion.Centroid Property |
Gets the point which represents a single planetodetic location for the overall area of the region.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual Cartographic Centroid { get; }
Public Overridable ReadOnly Property Centroid As Cartographic
Get
public:
virtual property Cartographic Centroid {
Cartographic get ();
}
abstract Centroid : Cartographic with get
override Centroid : Cartographic with get
Property Value
Type:
Cartographic
See Also