ArcObjects Library Reference (Geometry)  

ISpatialReferenceFactory.CreatePredefinedSpheroids Method

Creates a list of predefined spheroids.

[Visual Basic .NET]
Public Function CreatePredefinedSpheroids ( _
) As ISet
[C#]
public ISet CreatePredefinedSpheroids (
);
[C++]
HRESULT CreatePredefinedSpheroids(
  ISet** spheroids
);
[C++]

Parameters

spheroids [out, retval]

  spheroids is a parameter of type ISet

Product Availability

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

Description

Returns a list of all predefined spheroids. The list has two columns: the factory code and the name.

See Also

ISpatialReferenceFactory Interface