CADability dotNET

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

Syntax

C#
public void SetSelection(
	int first,
	int length
)
Visual Basic
Public Sub SetSelection ( _
	first As Integer, _
	length As Integer _
)
Visual C++
public:
void SetSelection(
	int first, 
	int length
)

Parameters

first
Type: System..::..Int32
length
Type: System..::..Int32

See Also