This document is archived and information here might be outdated.  Recommended version.


IProjectedCoordinateSystem4GEN.GetSouthPole Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.GetSouthPole Method

Returns south pole in projected coordinates, or an empty point if south pole is outside the PCS horizon.

[Visual Basic .NET]
Public Function GetSouthPole ( _
) As WKSPoint
[C#]
public WKSPoint GetSouthPole (
);
[C++]
HRESULT GetSouthPole(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IProjectedCoordinateSystem4GEN Interface