<Code Lib>
2024 Method
Changes 0
M

PanelScheduleData.AddLoadClassification

Description:
Add a Load Classification Id to the array of Load Classifications.

public bool AddLoadClassification(
	ElementId loadClassficationId
)

Return Value bool True if success; false if the given Id has already existed.

Loading…