None.
None.
None.
Signature | Parameters | Description |
---|---|---|
MFnStringData() | Default constructor. Returns a new MFnStringData function set with no Maya object attached. | |
MFnStringData(object) | object - MObject | Returns a new MFnStringData function set, with the specified Maya object attached. |
Signature | Parameters | Returns | Description |
---|---|---|---|
create() | MObject | Creates a new empty string data object, attaches it to the function set and returns an MObject which references it. | |
create(str) | str - string | MObject | Creates a new string data object, initializes it with str, attaches it to the function set and returns an MObject which references it. |
set(str) | str - string | Reference to self. | Replaces the contents of the encapsulated string with that of str. |
string() | string | Returns a copy of the encapsulated string. |
None.
None.
None.
None.
© 2011 Autodesk, Inc. All rights reserved.