[]
Represents collection of axes.
public class AxisCollection : Collection<Axis>, IList<Axis>, ICollection<Axis>, IList, ICollection, IReadOnlyList<Axis>, IReadOnlyCollection<Axis>, IEnumerable<Axis>, IEnumerable
| Name | Description |
|---|---|
| AxisCollection() | Initializes a new instance of AxisCollection class. |
| Name | Description |
|---|---|
| this[string] | Gets the axis by its name. |
| Name | Description |
|---|---|
| ClearItems() | Removes items from the collection. |
| InsertItem(int, Axis) | Inserts an element into the collection at the specified index. |
| RemoveItem(int) | Removes the item at the specified index of the collection. |