ScaleParameterItemSetScale Method |
Set scale data.
Namespace:
RootPro.RootProCAD.Command
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract void SetScale(
double scaleX,
double scaleY
)
Public MustOverride Sub SetScale (
scaleX As Double,
scaleY As Double
)
Parameters
- scaleX
- Type: SystemDouble
- scaleY
- Type: SystemDouble
See Also