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


IRasterModel.BoundUnknown 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.BoundUnknown Property
ArcGIS Developer Help

IRasterModel.BoundUnknown Property

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*

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.

See Also

IRasterModel Interface