ArcObjects Library Reference (TrackingAnalystUI)  

ITypeLib.RemoteFindName Method

[Visual Basic .NET]
Public Sub RemoteFindName ( _
    ByVal szNameBuf As String, _
    ByVal lHashVal As Integer, _
    ByRef ppTInfo As Type&, _
    ByRef rgMemId As Integer, _
    ByRef pcFound As UInt16&, _
    ByRef pBstrLibName As String _
)
[C#]
public void RemoteFindName (
    string szNameBuf,
    uint lHashVal,
    ref Type& ppTInfo,
    ref int rgMemId,
    ref UInt16& pcFound,
    ref string pBstrLibName
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

ITypeLib Interface