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


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

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(
void
);

Product Availability

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

See Also

IProjectedCoordinateSystem4GEN Interface