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


ITypeComp.RemoteBind Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Interfaces > IT > ITypeComp Interface > ITypeComp.RemoteBind Method
ArcGIS Developer Help

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