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

Inheritance Hierarchy

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

See Also