ArcObjects Library Reference (Geometry)  

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(
  ISet** verticalCoordinateSystems
);
[C++]

Parameters

verticalCoordinateSystems [out, retval]

  verticalCoordinateSystems is a parameter of type ISet

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