Establishes a new product manager for elements and objects derived from a parent product manager.
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( IFCProductWrapper pProductWrapper )
Parameters
- pProductWrapper IFCProductWrapper
- The parent product manager.
Return Value
IFCProductWrapperThe new product manager.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |