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


IRasterModel.BindString Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterModel.BindString Method

Binds a symbol to a String.

[Visual Basic .NET]
Public Sub BindString ( _
    ByVal strName As String, _
    ByVal Symbol As String _
)
[C#]
public void BindString (
    string strName,
    string Symbol
);
[C++]
HRESULT BindString(
  BSTR strName,
  BSTR Symbol
);
[C++]

Parameters strName [in] strName is a parameter of type BSTR Symbol [in] Symbol is a parameter of type BSTR

Product Availability

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

Remarks

strName

a string value representing a name of an input object.  It is typically used to specify files but can also represent the names of datasets such as Raster, FeatureClass...etc

symbol

a string name used to represent the input strName

See Also

IRasterModel Interface