AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ DeepCopy() [1/2]

void SdsId::DeepCopy ( const SdsId source,
StatusType *const  status 
)
inline

Replace the item refered to by this object by a deep copy of source.

The SdsCopy() function is used to create a copy.

Remarks
If source is this item, then SdsCopy() is only invoked if this is an external SDS item. The result of such an operation is that "this" will always refer to something you can modify the structure of, after a call to DeepCopy().
Parameters
sourceThe item to create a copy of.
statusInherited status.