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

View3DBox.DataItem.SetPointArrayItem Method

Sets a single item in a point primitives array.

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

Syntax

public void SetPointArrayItem
(
	int index,
	float x,
	float y,
	float z
)

Parameters

Name Type Range Default Description
indexint
xfloat
yfloat
zfloat

Function Overrides

See also