This document is archived and information here might be outdated. Recommended version. |
Sets vertical coordinate systems. Also sets VCS'es to the spatial references.
[Visual Basic .NET] Public Sub SetVerticalCoordinateSystems ( _ ByVal pFrom As IVerticalCoordinateSystem, _ ByVal pTo As IVerticalCoordinateSystem _ )
[C#] public void SetVerticalCoordinateSystems ( IVerticalCoordinateSystem pFrom, IVerticalCoordinateSystem pTo );
[C++]
HRESULT SetVerticalCoordinateSystems(
IVerticalCoordinateSystem* pFrom,
IVerticalCoordinateSystem* pTo
);
[C++] Parameters pFrom [in]
pFrom is a parameter of type IVerticalCoordinateSystem* pTo [in]
pTo is a parameter of type IVerticalCoordinateSystem*