CADability dotNET

The Action type exposes the following members.

Fields

  NameDescription
Protected fieldCurrentMouseView
The view from which the last OnMouseMove/Up/Down was evoked
Protected fieldIgnoreForSnap
a list of objects that are not considered when snapping is resolved. Usually the object currently under construction (if any) is in this list.
Protected fieldMenuId
Contains the menu id of the command that invoked this action. used in OnUpdateCommand(String, CommandState).
Protected fieldOnlyThisModel
If OnlyThisModel is not null, only those mouseevents are forwarded which come from a view that presents this model.
Protected fieldOnlyThisView
If OnlyThisView is not null, only those mouseevents are forwarded which come from this view.
Public fieldUseFilter
Use the active filter objects of the project for adjusting the mouse position (snap etc.)
Protected fieldViewType
If ViewType is not null, only those mouseevents are forwarded which come from a view of that type.

See Also