ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.GetNorthPole Method

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

[Visual Basic .NET]
Public Function GetNorthPole ( _
) As WKSPoint
[C#]
public WKSPoint GetNorthPole (
);
[C++]
HRESULT GetNorthPole(
  _WKSPoint* pole
);
[C++]

Parameters

pole [out, retval]

  pole is a parameter of type _WKSPoint

Product Availability

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

See Also

IProjectedCoordinateSystem4GEN Interface