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


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

ISpatialReferenceFactory3.CreatePredefinedVerticalCoordinateSystems Method

Creates a list of predefined vertical coordinate systems.

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

Product Availability

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

Description

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

See Also

ISpatialReferenceFactory3 Interface