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


IMosaicDataset2.StatusTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset2 Interface > IMosaicDataset2.StatusTable Property
ArcGIS Developer Help

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