API Reference > OdDAI Namespace > Classes > ApplicationInstance Class > ApplicationInstance Methods > ApplicationInstance::copyFrom Method
ApplicationInstance::copyFrom Method
Syntax
C++
virtual void copyFrom(const OdRxObject* pSource);
Parameters 
Description 
const OdRxObject* pSource 
[in] Pointer to the source object. 

details Copies the contents of the specified object into this object.

The default implementation of this function does nothing but throws the eNotApplicable exception.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.