RVTDocs.com

IFCAggregate.Add

Method
Description:
Adds an element to the aggregate.
Syntax
public void Add(
	IFCData ifcData
)
Parameters
Parameter Type Description
ifcData IFCData The IFCData element.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException The aggregate is not valid.