|  | Add (For modes 2D, 3D, Console) |  Show exampleHide example | Adds item into the collection. | Adds new terrain based on enter values into collection of primitives. | | |
|
|
|  | Clear all items in (For modes 2D, 3D, Console) |  Show exampleHide example | Empties the whole collection. | Sets array length to 5 and writes it into output. Then deletes what is in array and again writes array length. | | |
|
|
|  | Length (For modes 2D, 3D, Console) |  Show exampleHide example | Length property tells the length of given string. | Writes to the output window number 2 because it's number of items in collection i. | | |
|
|
|  | Position in (For modes 2D, 3D, Console) |  Show exampleHide example | Returns index of searched object in the collection. | Writes to the output window number 2 because string 4 has index 2 in the field. | | |
|
|
|  | Remove (For modes 2D, 3D, Console) |  Show exampleHide example | Removes given item from the collection. | Sets length of array on 5 and writes it. Then deletes the first item in the array and writes the length again. | | |
|
|
Did you find this information useful?
Documentation of SGP Baltie 4 C#
Send us comments on this topic by
this form
©1978-2010
SGP SystemsParent page |
Previous page |
Next page