Share

EditorInteraction.InteractionType Property

The type of interaction.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public virtual EditorInteractionType InteractionType { get; set; }

Property Value

EditorInteractionType

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.

See Also

Reference

Was this information helpful?