<Code Lib>
2026 Class
Changes 0
C

EditorInteraction

Description:
Wraps the EditorInteractionType for the Pane to allow for clients to override their type dynamically if need be.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.UI.EditorInteraction

public class EditorInteraction

Name Return Type Description Inherited From
C EditorInteraction() EditorInteraction Construct a default interaction.
C EditorInteraction(EditorInteractionType) EditorInteraction Construct the interaction with the specified type.

Name Return Type Description Inherited From
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object

Name Return Type Description Inherited From
P InteractionType EditorInteractionType The type of interaction.

Loading…