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


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

ITypeLib.RemoteIsName Method

[Visual Basic .NET]
Public Sub RemoteIsName ( _
    ByVal szNameBuf As String, _
    ByVal lHashVal As Integer, _
    ByRef pfName As Integer, _
    ByRef pBstrLibName As String _
)
[C#]
public void RemoteIsName (
    string szNameBuf,
    uint lHashVal,
    ref int pfName,
    ref string pBstrLibName
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

ITypeLib Interface