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


ITableFunctionArguments.AttributeTable Property (ArcObjects .NET 10.6 SDK)
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(
  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