ParameterContainerSet(String, Object, ParameterType, Int32) Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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