CADability dotNET
The GeneralGeoVectorAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GeneralGeoVectorAction(GeoVectorProperty, GeoPoint) |
Constructs a GeneralGeoVectorAction to modify the provided GeoVectorProperty |
![]() | GeneralGeoVectorAction(GeoVectorProperty, GeoPoint, IGeoObject) |
Methods
Name | Description | |
---|---|---|
![]() | GetID |
Implements GetID()()()().
(Overrides Action..::..GetID()()()().) |
![]() | OnActivate |
Implements OnActivate(Action, Boolean). If you override this method
don't forget to call the bas implementation.
(Overrides Action..::..OnActivate(Action, Boolean).) |
![]() | OnEnter | (Overrides Action..::..OnEnter()()()().) |
![]() | OnEscape | (Overrides Action..::..OnEscape()()()().) |
![]() | OnInactivate |
Implements OnInactivate(Action, Boolean). If you override this method
don't forget to call the bas implementation.
(Overrides Action..::..OnInactivate(Action, Boolean).) |
![]() | OnMouseMove |
Implements OnMouseMove(MouseEventArgs, IView). If you override this method
don't forget to call the bas implementation.
(Overrides Action..::..OnMouseMove(MouseEventArgs, IView).) |
![]() | OnMouseUp |
Implements OnMouseUp(MouseEventArgs, IView). If you override this method
don't forget to call the bas implementation.
(Overrides Action..::..OnMouseUp(MouseEventArgs, IView).) |
![]() | OnRemoveAction | (Overrides Action..::..OnRemoveAction()()()().) |
![]() | OnSetAction |
Implements OnSetAction()()()(). If you override this method
don't forget to call the bas implementation.
(Overrides Action..::..OnSetAction()()()().) |
Fields
Name | Description | |
---|---|---|
![]() | UserData |
UserData to differentiate between multiple GeneralGeoVectorActions.
|
Events
Name | Description | |
---|---|---|
![]() | SetGeoVectorEvent |
Event beeing called when the property changes. You don't need to specify a handler here because
GeoVectorProperty.SetGeoVector is beeing called.
|