This document is archived and information here might be outdated. Recommended version. |
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**