IPolyClassisEqualsTol(Object, Double) Method
Compares two polygons.
Namespace: PCBI.MathUtilsAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public bool isEqualsTol(
Object obj,
double tolerance
)
Public Function isEqualsTol (
obj As Object,
tolerance As Double
) As Boolean
public:
bool isEqualsTol(
Object^ obj,
double tolerance
)
member isEqualsTol :
obj : Object *
tolerance : float -> bool
- obj Object
- A second polygon to check it's equal.
- tolerance Double
- Error level for testing the same point, it is recommended to use values around 0.005.
BooleanTrue if the two objects have the same database.