Creates a new string array data object, initializes it with the elements from seq, attaches it to the function set and returns an MObject which references it.
OpenMaya.MFnStringArrayData.set
(
)
Sets values in the encapsulated array.
Signature:
set(seq)
Parameters:
seq - sequence of strings
Returns:
Reference to self.
Description:
Replaces the elements in the encapsulated array with those from the supplied sequence.
Signature:
set(value, index)
Parameters:
value - string
index - int
Returns:
Reference to self.
Description:
Sets the value of the index'th array element.
The documentation for this class was generated from the following files: