CopyFrom
TheCopyFrommethod modifies this shape to make it equivalent to the specified source shape.
void CopyFrom (in ODShape sourceShape);
sourceShape- A reference to the source shape.
DISCUSSION
After this method executes successfully, this shape and the source shape do not share any data; therefore, you can modify each of them independently.EXCEPTIONS
kODErrOutOfMemory- There is not enough memory to update this shape.
SEE ALSO
TheODShape::Copymethod (page 634).