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


IMosaicDataset3.DefinitionTable Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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