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


IProjectedCoordinateSystem4.GetNorthPole Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4.GetNorthPole Method

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

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

Product Availability

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

See Also

IProjectedCoordinateSystem4 Interface