ConnectorElement.IsSystemClassificationValid
Method
Description:
Checks that the MEPSystemType is valid for the domain of connector.
Checks that the MEPSystemType is valid for the domain of connector.
Parameters
| Parameter | Type | Description |
|---|---|---|
| systemClassification | MEPSystemClassification | The MEPSystemType to be validated. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the MEPSystemType is valid for the domain of the connector, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |