Share

ElectricalEquipment.IsValidDistributionSystem Method

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

Boolean
True if the Distribution System can be assigned to the Electrical Equipment.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?