This document is archived and information here might be outdated. Recommended version. |
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
);