CADability dotNET
Creates a MultiPointInput object that communicates with the provided IIndexedGeoPoint interface.

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

Syntax

C#
public MultiPointInput(
	IIndexedGeoPoint forwardTo
)
Visual Basic
Public Sub New ( _
	forwardTo As IIndexedGeoPoint _
)
Visual C++
public:
MultiPointInput(
	IIndexedGeoPoint^ forwardTo
)

Parameters

forwardTo
Type: CADability.UserInterface..::..IIndexedGeoPoint
interface usually implemented by the ConstructAction derived class

See Also