Parameters
- value
- The value of velocity.
- unit
- The unit of velocity value.
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.WrongUnitException | Thrown when the unit is not valid for this property. |
VelocityProperty velocityProperty = new VelocityProperty(42.0, Unit.MeterPerSecond);