Verifies that the Distribution System can be assigned to the Electrical Equipment.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidDistributionSystem(
DistributionSysType distributionSystem
)
Parameters
- distributionSystem DistributionSysType
-
The Distribution System to be checked.
Return Value
Boolean
True if the Distribution System can be assigned to the Electrical Equipment.
Exceptions
See Also
Reference