Establishes a new product manager for elements and objects derived from a parent product manager, allowing override of allowRelateToLevel
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IFCProductWrapper Create(
IFCProductWrapper pProductWrapper,
bool allowRelateToLevel
)
Parameters
- pProductWrapper IFCProductWrapper
-
The parent product manager.
- allowRelateToLevel Boolean
-
True to allow associated elements and objects to relate to a level, false to never allow such a
relationship.
Return Value
IFCProductWrapper
The new product manager.
Exceptions
See Also
Reference