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


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

IProjectedCoordinateSystem4.GetNorthPoleLocation Method

Returns type of location of north pole with respect to the PCS horizon.

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

Product Availability

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

See Also

IProjectedCoordinateSystem4 Interface