You are here: Start » AVL.NET » ProfileBox.ProfileBoxDataSlot.SetPoint2DArray Method

ProfileBox.ProfileBoxDataSlot.SetPoint2DArray Method

Sets data slot to Point2DArray type and loads primitives array from specified source.

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

Syntax

public void SetPoint2DArray
(
	int count,
	Action<int, HMI.Controls.IPoint2DDataHandler> loader
)

Parameters

Name Type Range Default Description
countint
loaderSystem.Action<int, HMI.Controls.IPoint2DDataHandler>

Function Overrides

See also