| Revit 2022 API |
| IFCExtrusionCreationData..::..SetLocalPlacement Method |
| IFCExtrusionCreationData Class See Also |
Sets the data to reference an IfcLocalPlacement handle when creating the extrusion.
Side effect: will set ReuseLocalPlacement to true.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
| C# |
|---|
public void SetLocalPlacement( IFCAnyHandle localPlacement ) |
| Visual Basic |
|---|
Public Sub SetLocalPlacement ( _ localPlacement As IFCAnyHandle _ ) |
| Visual C++ |
|---|
public: void SetLocalPlacement( IFCAnyHandle^ localPlacement ) |
Parameters
- localPlacement
- Type: Autodesk.Revit.DB.IFC..::..IFCAnyHandle
The IfcLocalPlacement handle.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |