ElectricalSystemAddToCircuit Method |
Add a set of exist components to the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool AddToCircuit(
ElementSet components
)
Public Function AddToCircuit (
components As ElementSet
) As Boolean
public:
bool AddToCircuit(
ElementSet^ components
)
member AddToCircuit :
components : ElementSet -> bool
Parameters
- components ElementSet
- The components added to the electrical system.
Return Value
BooleanIf successful, all the components will add to the system. Otherwise
is returned.
RemarksThis method will only function with the
Autodesk Revit MEP application.
See Also