ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset2.StatusTable Property

The associated status table.

[Visual Basic .NET]
Public Property StatusTable As ITable
[C#]
public ITable StatusTable {get; set;}
[C++]
HRESULT get_StatusTable(
  ITable** ppStatusTable
);
[C++]
HRESULT putref_StatusTable(
  ITable* ppStatusTable
);
[C++]

Parameters

ppStatusTable [out, retval]

  ppStatusTable is a parameter of type ITable

ppStatusTable [in]

  ppStatusTable is a parameter of type ITable

Product Availability

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

See Also

IMosaicDataset2 Interface