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


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

IMosaicDataset3.DefinitionTable Property

The definition table.

[Visual Basic .NET]
Public Property DefinitionTable As ITable
[C#]
public ITable DefinitionTable {get; set;}
[C++]
HRESULT get_DefinitionTable(
  ITable** ppDefinitionTable
);
[C++]
HRESULT putref_DefinitionTable(
  ITable* ppDefinitionTable
);
[C++]
Parameters
ppDefinitionTable [out, retval]

ppDefinitionTable is a parameter of type ITable** ppDefinitionTable [in]
ppDefinitionTable is a parameter of type ITable*

Product Availability

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

See Also

IMosaicDataset3 Interface