Share

DocumentUnitsVector.IsEqualTo Method

Compares this vector for equality with the specified point.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0

Syntax

VB

Public Function IsEqualTo ( 
	vector As DocumentUnitsVector,
	Optional tolerance As Double = 0
) As Boolean

C#

public bool IsEqualTo(
	DocumentUnitsVector vector,
	double tolerance = 0
)

Parameters

vector
Type: Autodesk.iLogic.Types.DocumentUnitsVector
Input used for comparison.
tolerance (Optional)
Type: System.Double
Input Double that specifies the tolerance to be used when determining whether the vectors are equal. This Is an optional argument whose default value Is 0.0.

Return Value

Type: Boolean

See Also

Reference

Was this information helpful?