CADability dotNET
Removes the object (identified by its index) from the list of "display as selected" objects

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

Syntax

C#
public void RemoveSelected(
	int index
)
Visual Basic
Public Sub RemoveSelected ( _
	index As Integer _
)
Visual C++
public:
void RemoveSelected(
	int index
)

Parameters

index
Type: System..::..Int32
index of the object to remove

See Also