ArcObjects Library Reference (DataSourcesRaster)  

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