You are here: Start » AVL.NET » View2DBoxPrimitive.SetBoxArray Method

View2DBoxPrimitive.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.Box> boxes
)

Parameters

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

See also