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