Click or drag to resize

DocumentUnitsVectorSubtractVector Method

Subtract the specified vector from this vector.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax
Public Sub SubtractVector ( 
	vector As DocumentUnitsVector
)

Parameters

vector
Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input to subtract.
See Also