 | PointIsEqualTo Method |
Compares this point for equality with the specified point and tolerance.
Namespace: Woodwork.Automation.CommonAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntaxbool IsEqualTo(
Point point,
double tolerance = 1E-07
)
Function IsEqualTo (
point As Point,
Optional tolerance As Double = 1E-07
) As Boolean
Parameters
- point Point
- The point to compare with.
- tolerance Double (Optional)
- The tolerance for comparison. Default is DoubleCompareTolerance (1E-07).
Return Value
Booleantrue if the points are equal within tolerance, or
false otherwise.
See Also