CADability dotNET
Defines an input object for an action derived from ConstructAction. This input object extpects the input of a length or distance. The length may be either entered on the keyboard or by moving the mouse. The calculation of a length from the mouse position depends on various settings. 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 LengthInput : ConstructAction..::..InputObject, 
	IInputObject
Visual Basic
Public Class LengthInput _
	Inherits ConstructAction..::..InputObject _
	Implements IInputObject
Visual C++
public ref class LengthInput : public ConstructAction..::..InputObject, 
	IInputObject

Inheritance Hierarchy

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

See Also