<Code Lib>
M

ElectricalSystem.Create(Connector, ElectricalSystemType)

Description:
Creates a new MEP Electrical System element from an unused Connector.
Overloads (2):
Create(Connector,ElectricalSystemType)

public static ElectricalSystem Create(
	Connector connector,
	ElectricalSystemType elecSysType
)

Return Value ElectricalSystem If successful a new MEP Electrical System element within the project, otherwise .

Loading…