This class provides a wrapper for a clipboard item. Common convenience functions are available, and the implementation is compatible with the internal Maya implementation so that it can be passed efficiently between plugins and internal maya data structures.
Returns the animCurve held by this clipboard item as an MObject.
Note that the returned MObject is const because you must not modify the animCurve referenced by this MObject.
Parameters
[out]
ReturnStatus
Status Code (see below)
Returns
An MObject for the animCurve. On failure, the MObject will be NULL. Be aware that the clipboard may be holding onto NULL animCurves (which are placeholder objects).
Status Codes:
MS::kSuccess the animCurve was returned successfully
MS::kFailure the animCurve was not returned successfully