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 | Determines whether the specified object is equal to the current
object. (Inherited from Object) |
|
| Finalize | Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. (Inherited from Object) |
|
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
|
| GetType | Gets the Type of the current
instance. (Inherited from Object) |
|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
| RemoveAt | Removes a lightweight polyline from the collection at the specified index. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| © Bricsys NV. All rights reserved. |