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

ProfileBox.ProfileBoxDataSlot.SetCircle2DArray Method

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

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

Syntax

public void SetCircle2DArray
(
	int count,
	Action<int, HMI.Controls.ICircle2DDataHandler> loader
)

Parameters

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

Function Overrides

See also