![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterAttributeTableManager Interface > IRasterAttributeTableManager.FindGeoDataset Method (ArcObjects .NET 10.4 SDK) |
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