CartographicExtentCenter Property |
Gets the center of the extent.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cartographic Center { get; }
Public ReadOnly Property Center As Cartographic
Get
public:
property Cartographic Center {
Cartographic get ();
}
member Center : Cartographic with get
Property Value
Type:
CartographicRemarks Height of the center is set to 0.
See Also