RVTDocs.com

IFCAggregate.AddValueOfType

Method
Description:
Adds an ifc object with primitive type of aggregate's item type to the aggregate.
Syntax
public void AddValueOfType(
	string typeName
)
Parameters
Parameter Type Description
typeName String The type name.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException The aggregate is not valid.