<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 nullNothingnullptr If successful a new MEP Electrical System element within the project, otherwise null Nothing nullptr a null reference ( Nothing in Visual Basic) .

Loading…