Click or drag to resize

ParameterContainerSet(String, ParameterType, Int32, Void*, Int32) Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void Set(
	string name,
	ParameterType type,
	int elementCount,
	void* value,
	int checkTotalSizeInBytes
)

Parameters

name  String
 
type  ParameterType
 
elementCount  Int32
 
value  Void*
 
checkTotalSizeInBytes  Int32
 
See Also