OECopyBaseData
OECopyBaseData(dst: OEBase, src: OEBase) -> None
Copy generic data from one OEBase to another.
- dst
The destination of the generic data.
OEBase.Clearis first called on this object to remove all data prior to copying.- src
The source of the generic data that is copied over.