SoMFStringSetValuesBuffer Method |
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(
string[] userData
)
Public Sub SetValuesBuffer (
userData As String()
)
public:
void SetValuesBuffer(
array<String^>^ userData
)
member SetValuesBuffer :
userData : string[] -> unit
Parameters
- userData
- Type: SystemString
Remarks This data will not be copied into the field: it will be directly used by the field.
See Also