Establishes a new baseline product manager for elements and objects.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public static IFCProductWrapper Create( ExporterIFC ExporterIFC, bool allowRelateToLevel )
Parameters
- ExporterIFC ExporterIFC
- The exporter.
- allowRelateToLevel Boolean
- True to allow associated elements and objects to relate to a level, false to never allow such a relationship.
Return Value
IFCProductWrapperThe new baseline product manager.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |