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
typeVideoBoxBase.VideoBoxPrimitiveTypeType of array primitive this item should be initialized to.
countintNumber of element in the array.

See also