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


IFormatList.Item Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFormatList Interface > IFormatList.Item Method
ArcGIS Developer Help

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
);
[C++]
Parameters
index [in]

index is a parameter of type long

Product Availability

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

See Also

IFormatList Interface