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


IWCSCoverageField.AxisID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

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(
  BSTR* 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