[]
Removes a bevel from the collection.
public bool Remove(Bevel item)
Public Function Remove(item As Bevel) As Boolean
Type | Name | Description |
---|---|---|
Bevel | item | Bevel. |
Type | Description |
---|---|
bool | true if item was successfully removed from the collection; otherwise, false. |