You are here: Start » AVL.NET » View3DBox.DataItem.SetArrayItemsCount Method

View3DBox.DataItem.SetArrayItemsCount Method

Initializes this data item to be an array of 3D primitives of specified type.

Namespace:HMI.Controls
Assembly:HMI.Controls.dll

Syntax

public void SetArrayItemsCount
(
	View3D.Primitive3DType primitiveType,
	int count
)

Parameters

Name Type Range Default Description
primitiveTypeView3D.Primitive3DTypeType of array primitive this data item should be initialized to.
countintNumber of element in the array of primitives.

See also