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


IProjectedCoordinateSystem4.GetSouthPoleGeometry Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4.GetSouthPoleGeometry Method

Returns type of south pole geometry.

[Visual Basic .NET]
Public Function GetSouthPoleGeometry ( _
) As esriSRPoleGeometry
[C#]
public esriSRPoleGeometry GetSouthPoleGeometry (
);
[C++]
HRESULT GetSouthPoleGeometry(
  esriSRPoleGeometry* poleGeometry
);
[C++]

Parameters poleGeometry [out, retval]
poleGeometry is a parameter of type esriSRPoleGeometry

Product Availability

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

See Also

IProjectedCoordinateSystem4 Interface