public AreaProperty( double lowerValue, double higherValue, Unit unit )
Parameters
- lowerValue
- The lower boundary of area interval.
- higherValue
- The higher boundary of area interval.
- unit
- The unit of area's lowerValue and higherValue.
public AreaProperty( double lowerValue, double higherValue, Unit unit )
| Exception | Description |
|---|---|
| EPLAN.Harness.API.Exceptions.WrongUnitException | Thrown when the unit is not valid for this property. |
AreaProperty areaProperty = new AreaProperty(23, 42.0, Unit.SquareMeter);