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


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

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