Verifies that the Distribution System can be assigned to the Electrical Equipment.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool IsValidDistributionSystem( DistributionSysType distributionSystem )
Parameters
- distributionSystem DistributionSysType
- The Distribution System to be checked.
Return Value
BooleanTrue if the Distribution System can be assigned to the Electrical Equipment.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |