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


ISpatialReferenceFactory.CreatePredefinedLinearUnits 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.CreatePredefinedLinearUnits Method
ArcGIS Developer Help

ISpatialReferenceFactory.CreatePredefinedLinearUnits Method

Creates a list of predefined linear units.

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

Product Availability

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

Description

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

See Also

ISpatialReferenceFactory Interface