This document is archived and information here might be outdated. Recommended version. |
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*