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

ProfileBox.ProfileBoxDataSlot.SetData Method

Sets the profile data to be shown in the control.

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

Syntax

public void SetData
(
	System.IntPtr data,
	int size
)

Parameters

Name Type Range Default Description
dataSystem.IntPtrPointer to the beginning of the profile sample points (of type float).
sizeintNumber of sample points in the profile data.

Function Overrides

See also