Click or drag to resize

DocumentUnitsMatrixIsEqualTo Method

Compares this matrix for equality with the specified matrix.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax
Public Function IsEqualTo ( 
	matrix As DocumentUnitsMatrix,
	Optional tolerance As Double = 0
) As Boolean

Parameters

matrix
Type: Autodesk.iLogic.TypesDocumentUnitsMatrix
Input Matrix object that specifies matrix to compare.
tolerance (Optional)
Type: SystemDouble
Input Double that specifies the tolerance to be used when determining whether the matrices are equal. This Is an optional argument whose default value Is 0.0.

Return Value

Type: Boolean
See Also