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

View2DBoxPrimitive.SetLineArray Method

Sets an array of line primitives for this data item.

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

Syntax

public void SetLineArray
(
	IList<AvlNet.Line2D> lines
)

Parameters

Name Type Range Default Description
linesSystem.Collections.Generic.IList<AvlNet.Line2D>

See also