IFCDataAsAggregate Method

Gets storage value as IFCAggregate when its PrimitiveType is aggregate.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IFCAggregate AsAggregate()

Return Value

IFCAggregate
The IFCAggregate.
Exceptions
ExceptionCondition
InapplicableDataException The primitive type is not aggregate.
See Also