Click or drag to resize

ParameterContainerSet(String, Object, ParameterType, 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,
	Object value,
	ParameterType type = ParameterType.Unknown,
	int elementCount = 0
)

Parameters

name  String
 
value  Object
 
type  ParameterType  (Optional)
 
elementCount  Int32  (Optional)
 
See Also