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


IEnumString.RemoteNext Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Interfaces > IE > IEnumString Interface > IEnumString.RemoteNext Method
ArcGIS Developer Help

IEnumString.RemoteNext Method

[Visual Basic .NET]
Public Sub RemoteNext ( _
    ByVal celt As Integer, _
    ByRef rgelt As String, _
    ByRef pceltFetched As Integer _
)
[C#]
public void RemoteNext (
    uint celt,
    ref string rgelt,
    ref uint pceltFetched
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IEnumString Interface