ArcObjects Library Reference (DataSourcesRaster)  

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(
  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

Product Availability

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

See Also

ITableFunctionArguments Interface