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


IProjectedCoordinateSystem4.GetNorthPoleGeometry Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4.GetNorthPoleGeometry Method

Returns type of north pole geometry.

[Visual Basic .NET]
Public Function GetNorthPoleGeometry ( _
) As esriSRPoleGeometry
[C#]
public esriSRPoleGeometry GetNorthPoleGeometry (
);
[C++]
HRESULT GetNorthPoleGeometry(
  esriSRPoleGeometry* poleGeometry
);
[C++]

Parameters poleGeometry [out, retval]
poleGeometry is a parameter of type esriSRPoleGeometry

Product Availability

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

See Also

IProjectedCoordinateSystem4 Interface