CADability dotNET
Simple Action to modify a GeoPoint by moving the mouse. The modification will start imediately after the action is set and will terminate when the mouse button is released or enter or escape is pressed.

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public class GeneralGeoPointAction : Action
Visual Basic
Public Class GeneralGeoPointAction _
	Inherits Action
Visual C++
public ref class GeneralGeoPointAction : public Action

Inheritance Hierarchy

System..::..Object
  CADability.Actions..::..Action
    CADability.Actions..::..GeneralGeoPointAction

See Also