This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelTransformation Interface > IParcelTransformation.HasOutofToleranceCenterPoint Method (ArcObjects .NET 10.4 SDK) |
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 );