This document is archived and information here might be outdated. Recommended version. |
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
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 |