SoMFVec4ui32SetValuesBuffer Method (SbVec4ui32) |
Sets the field to contain the values stored in userData.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValuesBuffer(
SbVec4ui32[] userData
)
Public Sub SetValuesBuffer (
userData As SbVec4ui32()
)
public:
void SetValuesBuffer(
array<SbVec4ui32>^ userData
)
member SetValuesBuffer :
userData : SbVec4ui32[] -> unit
Parameters
- userData
- Type: OIV.InventorSbVec4ui32
Remarks This data will not be copied into the field: it will be directly used by the field.
See Also