SoMFVec4bSetValue Method (SByte, SByte, SByte, SByte) |
Sets to one value from 4 chars.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public 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