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


ISpatialReferenceFactory.CreatePredefinedSpheroids Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReferenceFactory Interface > ISpatialReferenceFactory.CreatePredefinedSpheroids Method
ArcGIS Developer Help

ISpatialReferenceFactory.CreatePredefinedSpheroids Method

Creates a list of predefined spheroids.

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

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