This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset2 Interface > IMosaicDataset2.StatusTable Property (ArcObjects .NET 10.5 SDK) |
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