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


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

ITypeInfo.RemoteGetNames Method

[Visual Basic .NET]
Public Sub RemoteGetNames ( _
    ByVal memid As Integer, _
    ByRef rgBstrNames As String, _
    ByVal cMaxNames As Integer, _
    ByRef pcNames As Integer _
)
[C#]
public void RemoteGetNames (
    int memid,
    ref string rgBstrNames,
    ref uint cMaxNames,
    ref uint pcNames
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

ITypeInfo Interface