CADability dotNET
Removes an IFeedBack object by its index from the list of the displayed objects.

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

Syntax

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

Parameters

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

See Also