AsAggregate Method


IFCData As Aggregate Method

Gets storage value as IFCAggregate when its PrimitiveType is aggregate.

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

Return Value

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