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 > IMosaicDataset Interface > IMosaicDataset.LogTable Property (ArcObjects .NET 10.5 SDK) |
The associated log table.
[Visual Basic .NET] Public Property LogTable As ITable
[C#] public ITable LogTable {get; set;}
[C++]
HRESULT get_LogTable(
ITable** ppLogTable
);
[C++]
HRESULT putref_LogTable(
ITable* ppLogTable
);
[C++]
Parameters ppLogTable [out, retval]
ppLogTable is a parameter of type ITable ppLogTable [in]
ppLogTable is a parameter of type ITable