CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Removes the Model with the given index from the project. Fires a
ModelsChangedEvent.
Namespace: CADabilityAssembly: 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