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