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

View2DBoxPrimitive.SetPathArray Method

Sets an array of path primitives for this data item.

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

Syntax

public void SetPathArray
(
	IList<AvlNet.Path> paths
)

Parameters

Name Type Range Default Description
pathsSystem.Collections.Generic.IList<AvlNet.Path>

See also