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


IWCSRange.Field Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IWCSRange.Field Property

The WCS field at the given index.

[Visual Basic .NET]
Public Function get_Field ( _
    ByVal index As Integer _
) As IWCSCoverageField
[C#]
public IWCSCoverageField get_Field (
    int index
);
[C++]
HRESULT get_Field(
  long index,
  IWCSCoverageField** ppField
);
[C++]

Parameters index [in] index is a parameter of type long ppField [out, retval]
ppField is a parameter of type IWCSCoverageField

Product Availability

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

See Also

IWCSRange Interface