Revit 2025.3 API
IFCDataAs |
Gets storage value as IFCAggregate when its PrimitiveType is aggregate.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IFCAggregate AsAggregate()
Public Function AsAggregate As IFCAggregate
public: IFCAggregate^ AsAggregate()
member AsAggregate : unit -> IFCAggregate
Return Value
IFCAggregateThe IFCAggregate.
| Exception | Condition |
|---|---|
| InapplicableDataException | The primitive type is not aggregate. |
See Also