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


ITypeComp.RemoteBindType 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.RemoteBindType Method
ArcGIS Developer Help

ITypeComp.RemoteBindType Method

[Visual Basic .NET]
Public Sub RemoteBindType ( _
    ByVal szName As String, _
    ByVal lHashVal As Integer, _
    ByRef ppTInfo As Type& _
)
[C#]
public void RemoteBindType (
    string szName,
    uint lHashVal,
    ref Type& ppTInfo
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

ITypeComp Interface