CADability dotNET
Defines an input object for an action derived from ConstructAction. This input object extpects the input of a list of GeoPoints. The user can define as many points as he or she wants. 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 MultiPointInput : ConstructAction..::..InputObject, 
	IInputObject, IIndexedGeoPoint
Visual Basic
Public Class MultiPointInput _
	Inherits ConstructAction..::..InputObject _
	Implements IInputObject, IIndexedGeoPoint
Visual C++
public ref class MultiPointInput : public ConstructAction..::..InputObject, 
	IInputObject, IIndexedGeoPoint

Inheritance Hierarchy

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

See Also