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


IHVCompositeDatumTransformationEditor.GetVerticalCoordinateSystems Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IH > IHVCompositeDatumTransformationEditor Interface > IHVCompositeDatumTransformationEditor.GetVerticalCoordinateSystems Method
ArcGIS Developer Help

IHVCompositeDatumTransformationEditor.GetVerticalCoordinateSystems Method

Returns vertical coordinate systems.

[Visual Basic .NET]
Public Sub GetVerticalCoordinateSystems ( _
    ByRef ppFrom As IVerticalCoordinateSystem, _
    ByRef ppTo As IVerticalCoordinateSystem _
)
[C#]
public void GetVerticalCoordinateSystems (
    ref IVerticalCoordinateSystem ppFrom,
    ref IVerticalCoordinateSystem ppTo
);
[C++]
HRESULT GetVerticalCoordinateSystems(
  IVerticalCoordinateSystem** ppFrom,
  IVerticalCoordinateSystem** ppTo
);
[C++]
Parameters
ppFrom [out]

ppFrom is a parameter of type IVerticalCoordinateSystem** ppTo [out]
ppTo is a parameter of type IVerticalCoordinateSystem**

Product Availability

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

See Also

IHVCompositeDatumTransformationEditor Interface