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