Polyline
|
The PolylineCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| PolylineCollection | Default constructor for the PolylineCollection class. Creates an empty collection of 10 elements. | |
| PolylineCollection(Int32) | Constructor for the PolylineCollection class. Creates an empty lightweight polyline collection with the specified capacity. |
| Name | Description | |
|---|---|---|
| Count | Represents the number of elements that this collection currently stores. | |
| Item | Property that represents an item from the collection at the specified index. |
| Name | Description | |
|---|---|---|
| Add | Adds a lightweight polyline to the end of this collection. This method grows the collection capacity if necessary. | |
| Clear | Clears this collection. | |
| Equals | (Inherited from Object) |
|
| Finalize | (Inherited from Object) |
|
| GetHashCode | (Inherited from Object) |
|
| GetType | (Inherited from Object) |
|
| MemberwiseClone | (Inherited from Object) |
|
| RemoveAt | Removes a lightweight polyline from the collection at the specified index. | |
| ToString | (Inherited from Object) |
| © Bricsys NV. All rights reserved. |