ArcObjects Library Reference (DataSourcesRaster)  

IFormatList.Item Method

Returns format information for a given index.

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

Parameters

index [in]   index is a parameter of type long fdata [out, retval]

  fdata is a parameter of type IFormatData

Product Availability

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

See Also

IFormatList Interface