| SoMFVec4bSetValue Method (SByte, SByte, SByte, SByte) | 
Sets to one value from 4 chars. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValue(
	sbyte x,
	sbyte y,
	sbyte z,
	sbyte w
)
Public Sub SetValue ( 
	x As SByte,
	y As SByte,
	z As SByte,
	w As SByte
)
public:
void SetValue(
	signed char x, 
	signed char y, 
	signed char z, 
	signed char w
)
member SetValue : 
        x : sbyte * 
        y : sbyte * 
        z : sbyte * 
        w : sbyte -> unit 
Parameters
- x
 - Type: SystemSByte
 - y
 - Type: SystemSByte
 - z
 - Type: SystemSByte
 - w
 - Type: SystemSByte
 
Remarks
See Also