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