RawCommandAdd(Point3DInt, Boolean) Method | 
            Adds one value at the end of the 
Payload Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.9.1
Syntaxpublic void Add(
	Point3DInt val,
	bool resizeBuffer = true
)
Parameters
- val  Point3DInt
 -  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