ArcObjects Library Reference (TrackingAnalystUI)  

ITypeComp.RemoteBind Method

[Visual Basic .NET]
Public Sub RemoteBind ( _
    ByVal szName As String, _
    ByVal lHashVal As Integer, _
    ByVal wFlags As ushort, _
    ByRef ppTInfo As Type&, _
    ByRef pDescKind As tagDESCKIND, _
    ByVal ppFuncDesc As IntPtr, _
    ByVal ppVarDesc As IntPtr, _
    ByRef ppTypeComp As ITypeComp, _
    ByRef pDummy As Integer _
)
[C#]
public void RemoteBind (
    string szName,
    uint lHashVal,
    ushort wFlags,
    ref Type& ppTInfo,
    ref tagDESCKIND pDescKind,
    ref IntPtr ppFuncDesc,
    ref IntPtr ppVarDesc,
    ref ITypeComp ppTypeComp,
    ref uint pDummy
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

ITypeComp Interface