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


ITableFunctionArguments.AttributeTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITableFunctionArguments Interface > ITableFunctionArguments.AttributeTable Property
ArcGIS Developer Help

ITableFunctionArguments.AttributeTable Property

The raster attribute table.

[Visual Basic .NET]
Public Property AttributeTable As Object
[C#]
public object AttributeTable {get; set;}
[C++]
HRESULT get_AttributeTable(
  IUnknown Pointer* ppRAT
);
[C++]
HRESULT putref_AttributeTable(
  LPUNKNOWN ppRAT
);
[C++]
Parameters
ppRAT [out, retval]

ppRAT is a parameter of type IUnknown* ppRAT [in]
ppRAT is a parameter of type IUnknown

Product Availability

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

See Also

ITableFunctionArguments Interface