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


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

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