ArcObjects Library Reference (GeoSurvey)  

ICadastralPoints.GetNextUnusedPointId Method

Find the next unused point Id.

[Visual Basic .NET]
Public Sub GetNextUnusedPointId ( _
    ByVal startPt As Integer, _
    ByRef pId As Integer _
)
[C#]
public void GetNextUnusedPointId (
    int startPt,
    ref int pId
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPoints Interface