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

View3DBox.DataItem.SetPointArray Method

Sets an array of point primitives for this data item.

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

Syntax

public void SetPointArray
(
	IList<AvlNet.Point3D> points
)

Parameters

Name Type Range Default Description
pointsSystem.Collections.Generic.IList<AvlNet.Point3D>

See also