This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReferenceFactory3 Interface > ISpatialReferenceFactory3.CreatePredefinedVerticalCoordinateSystems Method (ArcObjects .NET 10.5 SDK) |
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
Returns a list of all predefined vertical coordinate systems. The list has two columns: the factory code and the name.