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


IWCSCoverageField.AxisID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWCSCoverageField Interface > IWCSCoverageField.AxisID Property
ArcGIS Developer Help

IWCSCoverageField.AxisID Property

Axis ID of a WCS coverage field.

[Visual Basic .NET]
Public ReadOnly Property AxisID As String
[C#]
public string AxisID {get;}
[C++]
HRESULT get_AxisID(
  System.String* AxisID
);
[C++]
Parameters
AxisID [out, retval]

AxisID is a parameter of type BSTR*

Product Availability

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

See Also

IWCSCoverageField Interface