CADability dotNET
Removes the Model with the given index from the project. Fires a ModelsChangedEvent.

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

Syntax

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

Parameters

Index
Type: System..::..Int32
Index of the model to remove

See Also