Finds the interface pointer corresponding to a symbol.
[Visual Basic .NET] Public Function get_BoundUnknown ( _ ByVal Symbol As String _ ) As Object
[C#] public object get_BoundUnknown ( string Symbol );
[C++]
HRESULT get_BoundUnknown(
BSTR Symbol,
LPUNKNOWN* whatever
);
[C++]Parameters
Symbol [in] Symbol is a parameter of type BSTR whatever [out, retval] whatever is a parameter of type LPUNKNOWN
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
symbol |
the name of the bound object to identify. Can be any symbol object that supports IRasterModel Interface. |