You are here: Start » AVL.NET » VideoBoxPrimitive.SetArrayItemsCount Method
VideoBoxPrimitive.SetArrayItemsCount Method
Initializes this item to display an array primitive of specified type and with specified amount of elements.
| Namespace: | VideoBoxBase |
|---|---|
| Assembly: | VideoBoxBase.dll |
Syntax
public void SetArrayItemsCount( VideoBoxBase.VideoBoxPrimitiveType type, int count )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| type | VideoBoxBase.VideoBoxPrimitiveType | Type of array primitive this item should be initialized to. | |||
| count | int | Number of element in the array. |
