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


IEnumGSPoints.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoSurvey)  

IEnumGSPoints.Next Method

Get next point.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumGSPoints Interface