SoMFVec4ubSet1Value Method (Int32, Byte, Byte, Byte, Byte) |
Sets one value from 4 unsigned 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,
byte x,
byte y,
byte z,
byte w
)
Public Sub Set1Value (
index As Integer,
x As Byte,
y As Byte,
z As Byte,
w As Byte
)
public:
void Set1Value(
int index,
unsigned char x,
unsigned char y,
unsigned char z,
unsigned char w
)
member Set1Value :
index : int *
x : byte *
y : byte *
z : byte *
w : byte -> unit
Parameters
- index
- Type: SystemInt32
- x
- Type: SystemByte
- y
- Type: SystemByte
- z
- Type: SystemByte
- w
- Type: SystemByte
Remarks See Also