RVTDocs.com
Namespace: Autodesk.Revit.DB Class: XYZ

XYZ.Division Operator

Description:
Divides the specified vector by the specified value.
Remarks:
The divided vector is obtained by dividing each coordinate of the specified vector by the specified value.
Syntax
public static XYZ operator /(
	XYZ left,
	double value
)
Parameters
Parameter Type Description
left XYZ The value to divide the vector by.
value Double The vector to divide by the value.
Return Value
Type Description
XYZ The divided vector.
Exceptions
Exception Condition
ArgumentNullException Thrown when source is.
ArgumentException Thrown when the specified value is an infinite number or zero.