IRasterAttributeTableManager Interface

Provides access to members that controls raster attribute manager.

Members

Name Description
Method FindGeoDataset Finds the associated geodataset of a given raster attribute table.

IRasterAttributeTableManager.FindGeoDataset Method

Finds the associated geodataset of a given raster attribute table.

Public Function FindGeoDataset ( _
    ByVal pVAT As ITable _
) As IGeoDataset
public IGeoDataset FindGeoDataset (
    ITable pVAT
);

Classes that implement IRasterAttributeTableManager

Classes Description
RasterAttributeTableManager A class for managing the association between a raster attribute table and its geodataset.

Remarks

The IRasterAttributeTableManager intrface allows to get the associated raster dataset given a raster attribute table

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.