<Code Lib>
2024 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
C EditorInteraction() EditorInteraction Construct a default interaction.
C EditorInteraction(EditorInteractionType) EditorInteraction Construct the interaction with the specified type.

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

Loading…