This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset3 Interface > IMosaicDataset3.DefinitionTable Property (ArcObjects .NET 10.4 SDK) |
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