SoMFVec4bSet1Value Method (Int32, SByte, SByte, SByte, SByte) |
Sets one value from 4 chars.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Set1Value(
int index,
sbyte x,
sbyte y,
sbyte z,
sbyte w
)
Public Sub Set1Value (
index As Integer,
x As SByte,
y As SByte,
z As SByte,
w As SByte
)
public:
void Set1Value(
int index,
signed char x,
signed char y,
signed char z,
signed char w
)
member Set1Value :
index : int *
x : sbyte *
y : sbyte *
z : sbyte *
w : sbyte -> unit
Parameters
- index
- Type: SystemInt32
- x
- Type: SystemSByte
- y
- Type: SystemSByte
- z
- Type: SystemSByte
- w
- Type: SystemSByte
Remarks See Also