ArcObjects Library Reference (TrackingAnalystUI)  

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