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


IEnumGSLines.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IE > IEnumGSLines Interface > IEnumGSLines.Next Method
ArcGIS Developer Help

IEnumGSLines.Next Method

Get next line.

[Visual Basic .NET]
Public Sub Next ( _
    ByRef ppGSParcel As IGSParcel, _
    ByRef ppGSLine As IGSLine _
)
[C#]
public void Next (
    ref IGSParcel ppGSParcel,
    ref IGSLine ppGSLine
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumGSLines Interface