This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset2 Interface > IMosaicDataset2.ViewTable Property (ArcObjects .NET 10.5 SDK) |
The associated view table.
[Visual Basic .NET] Public Property ViewTable As ITable
[C#] public ITable ViewTable {get; set;}
[C++]
HRESULT get_ViewTable(
ITable** ppViewTable
);
[C++]
HRESULT putref_ViewTable(
ITable* ppViewTable
);
[C++]
Parameters ppViewTable [out, retval]
ppViewTable is a parameter of type ITable ppViewTable [in]
ppViewTable is a parameter of type ITable