IWCSRange Interface
Provides access to IWCSRange information.
Description
This interface is new at ArcGIS 9.3.
Members
Name | Description | |
---|---|---|
![]() |
Field | The WCS field at the given index. |
![]() |
FieldCount | The field count of this WCS coverage. |
IWCSRange.Field Property
The WCS field at the given index.
Public Function get_Field ( _
ByVal index As Integer _
) As IWCSCoverageField
public IWCSCoverageField get_Field (
int index
);
IWCSRange.FieldCount Property
The field count of this WCS coverage.
Public ReadOnly Property FieldCount As Integer
public int FieldCount {get;}
Classes that implement IWCSRange
Classes | Description |
---|