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


IGpSpRefObject.SpheroidCode Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.SpheroidCode Property

The spheroid code.

[Visual Basic .NET]
Public Property SpheroidCode As Integer
[C#]
public int SpheroidCode {get; set;}
[C++]
HRESULT get_SpheroidCode(
  long* code
);
[C++]
HRESULT put_SpheroidCode(
  long code
);
[C++]

Parameters code [out, retval] code is a parameter of type long code [in] code is a parameter of type long

Product Availability

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

See Also

IGpSpRefObject Interface