[]
Gets or sets the element at the specified index.
public WallRange this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index | The index. |
| Type | Description |
|---|---|
| WallRange | WallRange. |
Gets the WallRange with the specified wall range name.
public WallRange this[string wallRangeName] { get; }
| Type | Name | Description |
|---|---|---|
| string | wallRangeName | Name of the wall range. |
| Type | Description |
|---|---|
| WallRange | WallRange. |