CADability dotNET
Connects this input filed with a Text object. The Text object displays the carret in the view so you can edit the text in the view directly

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

Syntax

C#
public void ConnectWithTextObject(
	Text text,
	IView vw
)
Visual Basic
Public Sub ConnectWithTextObject ( _
	text As Text, _
	vw As IView _
)
Visual C++
public:
void ConnectWithTextObject(
	Text^ text, 
	IView^ vw
)

Parameters

text
Type: CADability.GeoObject..::..Text
the text object
vw
Type: CADability..::..IView
the view, in which the editing is supposed to happen

See Also