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


IParcelTransformation.HasOutofToleranceCenterPoint Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

IParcelTransformation.HasOutofToleranceCenterPoint Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelTransformation Interface