Click or drag to resize

RawCommandAdd(Int32, Int32, Int32, Boolean) Method

Adds three values at the end of the Payload as Point3D

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.9.0
Syntax
C#
public void Add(
	int x,
	int y,
	int z,
	bool resizeBuffer = true
)

Parameters

x  Int32
Value to add
y  Int32
Value to add
z  Int32
Value to add
resizeBuffer  Boolean  (Optional)
When set to true the size of Payload array is checked and Payload gets resized if there is not enough space. When set to false there is no such check and an exception is thrown if there is not enough space.
See Also