ArcObjects Library Reference (GISClient)  

IWCSCoverageField.AxisKeysCount Property

The count of available axis keys.

[Visual Basic .NET]
Public ReadOnly Property AxisKeysCount As Integer
[C#]
public int AxisKeysCount {get;}
[C++]
HRESULT get_AxisKeysCount(
  long* count
);
[C++]

Parameters

count [out, retval]   count is a parameter of type long

Product Availability

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

See Also

IWCSCoverageField Interface