SoMFVec4ubSet1Value Method (Int32, Byte) |
Sets one value from 4 unsigned chars in array.
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[] xyzw
)
Public Sub Set1Value (
index As Integer,
xyzw As Byte()
)
public:
void Set1Value(
int index,
array<unsigned char>^ xyzw
)
member Set1Value :
index : int *
xyzw : byte[] -> unit
Parameters
- index
- Type: SystemInt32
- xyzw
- Type: SystemByte
Remarks See Also