This document is archived and information here might be outdated. Recommended version. |
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,
IUnknown Pointer* whatever
);
[C++]
Parameters Symbol [in]
Symbol is a parameter of type BSTR whatever [out, retval]
whatever is a parameter of type IUnknown*
symbol |
the name of the bound object to identify. Can be any symbol object that supports IRasterModel Interface. |