CADability dotNET
Defines an input object for an action derived from ConstructAction. This input object extpects the input of a double value. The value may be either entered on the keyboard or by moving the mouse. The calculation of a value from the mouse position is performed via a callback (event) method. Pressing enter or TAB or clicking the mouse proceeds to the next input object.

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

Syntax

C#
public class DoubleInput : ConstructAction..::..InputObject, 
	IInputObject
Visual Basic
Public Class DoubleInput _
	Inherits ConstructAction..::..InputObject _
	Implements IInputObject
Visual C++
public ref class DoubleInput : public ConstructAction..::..InputObject, 
	IInputObject

Inheritance Hierarchy

System..::..Object
  CADability.Actions..::..ConstructAction..::..InputObject
    CADability.Actions..::..ConstructAction..::..DoubleInput

See Also