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


ISpatialReference3.VerticalCoordinateSystem Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

ISpatialReference3.VerticalCoordinateSystem Property

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

Product Availability

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

See Also

ISpatialReference3 Interface