SoMFVec4usSet1Value Method (Int32, UInt16, UInt16, UInt16, UInt16) |
Sets one value from 4 unsigned shorts.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void Set1Value(
int index,
ushort x,
ushort y,
ushort z,
ushort w
)
Public Sub Set1Value (
index As Integer,
x As UShort,
y As UShort,
z As UShort,
w As UShort
)
public:
void Set1Value(
int index,
unsigned short x,
unsigned short y,
unsigned short z,
unsigned short w
)
member Set1Value :
index : int *
x : uint16 *
y : uint16 *
z : uint16 *
w : uint16 -> unit
Parameters
- index
- Type: SystemInt32
- x
- Type: SystemUInt16
- y
- Type: SystemUInt16
- z
- Type: SystemUInt16
- w
- Type: SystemUInt16
Remarks See Also