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


IProjectedCoordinateSystem4.GetSouthPoleLocation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem4 Interface > IProjectedCoordinateSystem4.GetSouthPoleLocation Method
ArcGIS Developer Help

IProjectedCoordinateSystem4.GetSouthPoleLocation Method

Returns type of location of south pole with respect to the PCS horizon.

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

Product Availability

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

See Also

IProjectedCoordinateSystem4 Interface