This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITableFunctionArguments Interface > ITableFunctionArguments.AttributeTable Property (ArcObjects .NET 10.5 SDK) |
The raster attribute table.
[Visual Basic .NET] Public Property AttributeTable As Object
[C#] public object AttributeTable {get; set;}
[C++]
HRESULT get_AttributeTable(
LPUNKNOWN* ppRAT
);
[C++]
HRESULT putref_AttributeTable(
LPUNKNOWN ppRAT
);
[C++]
Parameters ppRAT [out, retval] ppRAT is a parameter of type LPUNKNOWN ppRAT [in] ppRAT is a parameter of type LPUNKNOWN