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


IGpSpRefObject2.VCSName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject2.VCSName Property

The name of this spatial reference vertical component.

[Visual Basic .NET]
Public ReadOnly Property VCSName As String
[C#]
public string VCSName {get;}
[C++]
HRESULT get_VCSName(
  BSTR* VCSName
);
[C++]

Parameters VCSName [out, retval] VCSName is a parameter of type BSTR

Product Availability

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

See Also

IGpSpRefObject2 Interface