You are here: Start » AVL.NET » ProfileBox.ProfileContainer.SetData Method
ProfileBox.ProfileContainer.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 | |
|---|---|---|---|---|---|
| data | System.IntPtr | Pointer to the beginning of the profile sample points (of type float). | |||
| size | int | Number of sample points in the profile data. |
