Sets the field value in the message using the {@link PDMFieldInfo} handle
and should be of type PDMFieldType.BLOB_ARR.
Declaration Syntax
C# |
public virtual PDMMessage setFieldValue( PDMFieldInfo fieldInfo, byte[][] newValue )
Parameters
- fieldInfo (PDMFieldInfo)
- the PDMFieldInfo handle
- newValue (array< array< Byte >[]()[] >[]()[])
- the byte[] array value
Return Value
a reference to this {@link PDMMessage} for chaining setFieldValue calls