DocumentUnitsPointIsEqualTo Method |
Compares this point for equality with the specified point.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax Public Function IsEqualTo (
point As DocumentUnitsPoint,
Optional tolerance As Double = 0
) As Boolean
public bool IsEqualTo(
DocumentUnitsPoint point,
double tolerance = 0
)
Parameters
- point
- Type: Autodesk.iLogic.TypesDocumentUnitsPoint
Input Point object that specifies the coordinate to compare. - tolerance (Optional)
- Type: SystemDouble
Input Double that specifies the tolerance to be used when determining whether the points are equal. This Is an optional argument whose default value Is 0.0.
Return Value
Type:
BooleanSee Also