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


IParcelTransformation.HasOutofToleranceCenterPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelTransformation Interface > IParcelTransformation.HasOutofToleranceCenterPoint Method
ArcGIS Developer Help

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