Creates a copy of an existing options object.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public PromptForFamilyInstancePlacementOptions( PromptForFamilyInstancePlacementOptions other )
Parameters
- other PromptForFamilyInstancePlacementOptions
- The options object.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
