ArcObjects Library Reference (DataSourcesRaster)  

IRasterAttributeTableManager.FindGeoDataset Method

Finds the associated geodataset of a given raster attribute table.

[Visual Basic .NET]
Public Function FindGeoDataset ( _
    ByVal pVAT As ITable _
) As IGeoDataset
[C#]
public IGeoDataset FindGeoDataset (
    ITable pVAT
);
[C++]
HRESULT FindGeoDataset(
  ITable* pVAT,
  IGeoDataset** ppDataset
);
[C++]

Parameters

pVAT [in]

  pVAT is a parameter of type ITable

ppDataset [out, retval]

  ppDataset is a parameter of type IGeoDataset

Product Availability

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

See Also

IRasterAttributeTableManager Interface