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

View2DBoxPrimitive.SetSegmentArray Method

Sets an array of segment primitives for this data item.

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

Syntax

public void SetSegmentArray
(
	IList<AvlNet.Segment2D> segments
)

Parameters

Name Type Range Default Description
segmentsSystem.Collections.Generic.IList<AvlNet.Segment2D>

See also