ArcObjects Library Reference  (Carto)    

IAttributeTable.AttributeTable Property

The attribute table.

[Visual Basic 6.0]
Property AttributeTable As ITable
[Visual Basic .NET]
Public ReadOnly Property AttributeTable As ITable
[C#]
public ITable AttributeTable {get;}
[Java]
public ITable getAttributeTable()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_AttributeTable(
  ITable** ppTable
);
[C++]

Parameters

ppTable [out, retval]

  ppTable is a parameter of type ITable

Product Availability

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

See Also

IAttributeTable Interface

 


Feedback Send feedback on this page