ArcObjects Library Reference (DataSourcesRaster)  

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