Share

DocumentUnitsPoint.Subtraction Operator (DocumentUnitsPoint, DocumentUnitsVector)

Translate point by -vector. Returns a point that is equivalent to the result of translating the point by the -vector.

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

Syntax

VB

Public Shared Operator - ( 
	point As DocumentUnitsPoint,
	vector As DocumentUnitsVector
) As DocumentUnitsPoint

C#

public static DocumentUnitsPoint operator -(
	DocumentUnitsPoint point,
	DocumentUnitsVector vector
)

Parameters

point
Type: Autodesk.iLogic.Types.DocumentUnitsPoint
vector
Type: Autodesk.iLogic.Types.DocumentUnitsVector

Return Value

Type: DocumentUnitsPoint

See Also

Reference

Was this information helpful?