ElectricalSystem.Create(Document, IList<ElementId>, ElectricalSystemType) Method

ElectricalSystemCreate(Document, IListElementId, ElectricalSystemType) Method


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ElectricalSystem Create(
	Document document,
	IList<ElementId> electComponents,
	ElectricalSystemType elecSysType
)
Public Shared Function Create ( 
	document As Document,
	electComponents As IList(Of ElementId),
	elecSysType As ElectricalSystemType
) As ElectricalSystem
public:
static ElectricalSystem^ Create(
	Document^ document, 
	IList<ElementId^>^ electComponents, 
	ElectricalSystemType elecSysType
)
static member Create : 
        document : Document * 
        electComponents : IList<ElementId> * 
        elecSysType : ElectricalSystemType -> ElectricalSystem 

Parameters

document  Document
 
electComponents  IListElementId
 
elecSysType  ElectricalSystemType
 

Return Value

ElectricalSystem
See Also