Creates an attribute that is an aggregate. TODO: Rename to createAggregateByRef
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2013
Syntax
C# |
---|
public IFCAggregate CreateAggregateAttribute(
string name
) |
Visual Basic |
---|
Public Function CreateAggregateAttribute ( _
name As String _
) As IFCAggregate |
Visual C++ |
---|
public:
IFCAggregate^ CreateAggregateAttribute(
String^ name
) |
Parameters
- name
- Type: System..::..String
The attribute name.
Return Value
The aggregate.
Exceptions
See Also