| SoMFVec4bSetValue Method (SByte) | 
Sets to one value from 4 chars in array. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValue(
	sbyte[] xyzw
)
Public Sub SetValue ( 
	xyzw As SByte()
)
public:
void SetValue(
	array<signed char>^ xyzw
)
member SetValue : 
        xyzw : sbyte[] -> unit 
Parameters
- xyzw
 - Type: SystemSByte
 
Remarks
See Also