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


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

IMosaicDataset2.ViewTable Property

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*

Product Availability

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

See Also

IMosaicDataset2 Interface