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

View3DBox.DataItem.SetBoxArray Method

Sets an array of box primitives for this data item.

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

Syntax

public void SetBoxArray
(
	IList<AvlNet.Box3D> boxes
)

Parameters

Name Type Range Default Description
boxesSystem.Collections.Generic.IList<AvlNet.Box3D>

See also