DocumentUnitsVector2d.ScaleBy Method

Scale this vector by the specified scale factor.

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

Syntax

VB

Public Sub ScaleBy ( 
	scale As Double
)

C#

public void ScaleBy(
	double scale
)

Parameters

scale
Type: System.Double
Input Double that specifies the scale.

See Also

Reference

DocumentUnitsVector2d Class
Autodesk.iLogic.Types Namespace