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