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


IEnumGSLinePoint.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 > IEnumGSLinePoint Interface > IEnumGSLinePoint.Next Method
ArcGIS Developer Help

IEnumGSLinePoint.Next Method

Get next line on the parcel.

[Visual Basic .NET]
Public Function Next ( _
) As IGSLinePoint
[C#]
public IGSLinePoint Next (
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumGSLinePoint Interface