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


IRasterAttributeTableManager.FindGeoDataset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterAttributeTableManager Interface > IRasterAttributeTableManager.FindGeoDataset Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pVAT [in]

pVAT is a parameter of type ITable*

Product Availability

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

See Also

IRasterAttributeTableManager Interface