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

View3DBox.DataItem.SetPathArray Method

Sets an array of 2D 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