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

View2DBoxPrimitive.SetArcArray Method

Sets an array of arc primitives for this data item.

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

Syntax

public void SetArcArray
(
	IList<AvlNet.Arc2D> arcs
)

Parameters

Name Type Range Default Description
arcsSystem.Collections.Generic.IList<AvlNet.Arc2D>

See also