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


IGpSpRefObject2.VCSName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpSpRefObject2 Interface > IGpSpRefObject2.VCSName Property
ArcGIS Developer Help

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(
  System.String* 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