ArcObjects Library Reference (TrackingAnalystUI)  

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