<Code Lib>
2023 Method
Changes 4
M

IFCAnyHandle.CreateAggregateAttribute

Description:
Creates an attribute that is an aggregate. TODO: Rename to createAggregateByRef

public IFCAggregate CreateAggregateAttribute(
	string name
)

  • String
    name
    The attribute name.
Return Value The aggregate. The aggregate.

Loading…