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


ICadastralPoints.GetNextUnusedPointId Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralPoints Interface > ICadastralPoints.GetNextUnusedPointId Method
ArcGIS Developer Help

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