SoMFVec4ui32SetValue Method (UInt32) |
Sets to one value from 4 uint32_ts in array.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
uint[] xyzw
)
Public Sub SetValue (
xyzw As UInteger()
)
public:
void SetValue(
array<unsigned int>^ xyzw
)
member SetValue :
xyzw : uint32[] -> unit
Parameters
- xyzw
- Type: SystemUInt32
Remarks See Also