Gets storage value as IFCAggregate when its PrimitiveType is aggregate.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IFCAggregate AsAggregate()
Return Value
IFCAggregateThe IFCAggregate.
Exceptions
| Exception | Condition |
|---|---|
| InapplicableDataException | The primitive type is not aggregate. |
