The type of interaction.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public virtual EditorInteractionType InteractionType { get; set; } |
Visual Basic |
---|
Public Overridable Property InteractionType As EditorInteractionType Get Set |
Visual C++ |
---|
public: virtual property EditorInteractionType InteractionType { EditorInteractionType get (); void set (EditorInteractionType value); } |
Remarks
This property is overridable to allow for clients to
dynamically return the type. For example, if your pane
interacts with certain editors or has different "modes"
based on user workflow.