This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem4 Interface > IProjectedCoordinateSystem4.GetNorthPole Method (ArcObjects .NET 10.5 SDK) |
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(
_WKSPoint* pole
);
[C++]
Parameters pole [out, retval]
pole is a parameter of type _WKSPoint