Revit 2026 API
Prompt |
Creates a copy of an existing options object.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public PromptForFamilyInstancePlacementOptions( PromptForFamilyInstancePlacementOptions other )
Public Sub New ( other As PromptForFamilyInstancePlacementOptions )
public: PromptForFamilyInstancePlacementOptions( PromptForFamilyInstancePlacementOptions^ other )
new : other : PromptForFamilyInstancePlacementOptions -> PromptForFamilyInstancePlacementOptions
Parameters
- other PromptForFamilyInstancePlacementOptions
- The options object.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also