[]
Creates a new collection of bevels.
public BevelCollection()
Public Sub New()
Creates a new collection of bevels that is a copy of the specified collection of bevels.
public BevelCollection(BevelCollection collection)
Public Sub New(collection As BevelCollection)
Type | Name | Description |
---|---|---|
BevelCollection | collection | Collecttion of copy. |
Type | Condition |
---|---|
ArgumentNullException | collection is a null reference (Nothing in VB). |