DocumentUnitsVectorScaleBy Method |
Scale this vector by the specified scale factor.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax Public Sub ScaleBy (
scale As Double
)
public void ScaleBy(
double scale
)
Parameters
- scale
- Type: SystemDouble
Input Double that specifies the scale.
See Also