OECopyBaseData

void OECopyBaseData(OEBase &dst, const OEBase &src)

Copy generic data from one OEBase to another.

dst

The destination of the generic data. OEBase.Clear is first called on this object to remove all data prior to copying.

src

The source of the generic data that is copied over.