Click or drag to resize

ParameterContainerSet Method (String, ParameterType, Int32, Byte, Int32, Int32)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void Set(
	string name,
	ParameterType type,
	int elementCount,
	byte[] value,
	int valueStartIndex,
	int checkTotalSizeInBytes
)

Parameters

name
Type: SystemString
type
Type: NeoAxisParameterType
elementCount
Type: SystemInt32
value
Type: SystemByte
valueStartIndex
Type: SystemInt32
checkTotalSizeInBytes
Type: SystemInt32
See Also