[]
Gets the axis by its name.
public Axis this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As Axis
| Type | Name | Description |
|---|---|---|
| string | name | The name of the axis. |
| Type | Description |
|---|---|
| Axis | Axis with the specified name. Null if there is no axis with the specified name. |