This document is archived and information here might be outdated. Recommended version. |
Test if center point locations are out of tolerance (ie, two or more curves want center points greater than the tolerance value). If testDatabase = true, then look to see if we would move a center point not included in the selection.
[Visual Basic .NET]
Public Function HasOutofToleranceCenterPoint ( _
ByVal testDatabase As Boolean _
) As Boolean
[C#]
public bool HasOutofToleranceCenterPoint (
bool testDatabase
);