Share

DocumentUnitsVector2d.Subtraction Operator

Subtract vector from vector. Like SubtractVector(), but creates a new object.

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

Syntax

VB

Public Shared Operator - ( 
	vector1 As DocumentUnitsVector2d,
	vector2 As DocumentUnitsVector2d
) As DocumentUnitsVector2d

C#

public static DocumentUnitsVector2d operator -(
	DocumentUnitsVector2d vector1,
	DocumentUnitsVector2d vector2
)

Parameters

vector1
Type: Autodesk.iLogic.Types.DocumentUnitsVector2d
vector2
Type: Autodesk.iLogic.Types.DocumentUnitsVector2d

Return Value

Type: DocumentUnitsVector2d

See Also

Reference

Was this information helpful?