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


IEnumMoniker.RemoteNext Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalystUI)  

IEnumMoniker.RemoteNext Method

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

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IEnumMoniker Interface