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


IRasterModel.BoundTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterModel Interface > IRasterModel.BoundTable Property
ArcGIS Developer Help

IRasterModel.BoundTable Property

Finds the Table corresponding to a symbol.

[Visual Basic .NET]
Public Function get_BoundTable ( _
    ByVal Symbol As String _
) As ITable
[C#]
public ITable get_BoundTable (
    string Symbol
);
[C++]
HRESULT get_BoundTable(
  BSTR Symbol,
  ITable** Table
);
[C++]
Parameters
Symbol [in]

Symbol is a parameter of type BSTR Table [out, retval]
Table is a parameter of type ITable**

Product Availability

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

Remarks

symbol

the name of the Table symbol created from BindTable method.

See Also

IRasterModel Interface