You are here: Start » AVL.NET » View2DBoxPrimitivesCollection.Remove Method
View2DBoxPrimitivesCollection.Remove Method
Removes the primitive registered under the specified name from this collection and View2DBox control.
| Namespace: | HMI.Controls |
|---|---|
| Assembly: | HMI.Controls.dll |
Syntax
public bool Remove ( string name )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| name | string |
Return Value
Type: bool
true when the primitive with specified name was part of this collection and was removed, false when the specified name was not registered in this collection
