This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReference3 Interface > ISpatialReference3.VerticalCoordinateSystem Property (ArcObjects .NET 10.4 SDK) |
The VCS associated with this spatial reference.
[Visual Basic .NET] Public Property VerticalCoordinateSystem As IVerticalCoordinateSystem
[C#] public IVerticalCoordinateSystem VerticalCoordinateSystem {get; set;}
[C++]
HRESULT get_VerticalCoordinateSystem(
IVerticalCoordinateSystem** vcs
);
[C++]
HRESULT putref_VerticalCoordinateSystem(
IVerticalCoordinateSystem* vcs
);
[C++]
Parameters vcs [out, retval]
vcs is a parameter of type IVerticalCoordinateSystem vcs
vcs is a parameter of type IVerticalCoordinateSystem