Programmer's Guide > Interfaces > ANode interface > setCMSObject method
  
setCMSObject method
Associates this Node with the given CMSObject. If this Node is already associated with an object then the new object will be associated with all Nodes in that object's Range. Thus, this might affect other Nodes.
This can be called for a Document or for any other Node type which has an associated OID.
setCMSObject(object )
Parameters
CMSObjectobject
The new object to associate with this Node.
Returns
void
Throws
CMSException
Raised for any errors.