public IntegerProperty operator -( IntegerProperty property1, IntegerProperty property2 )
Parameters
- property1
- First property.
- property2
- Second property.
Return Value
Subtracted property.
public IntegerProperty operator -( IntegerProperty property1, IntegerProperty property2 )
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.ArgumentNullException | Argument is null. |
EPLAN.Harness.API.Exceptions.EmptyPropertyException | The exception that is thrown when the property is empty. |