ParameterContainerSet(String, ParameterType, Int32, IntPtr, Int32) Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void Set(
string name,
ParameterType type,
int elementCount,
IntPtr value,
int checkTotalSizeInBytes
)
Parameters
- name String
-
- type ParameterType
-
- elementCount Int32
-
- value IntPtr
-
- checkTotalSizeInBytes Int32
-
See Also