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


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

IMosaicDataset.LogTable Property

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*

Product Availability

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

See Also

IMosaicDataset Interface