AcMapDMStyle:: deepClone Method
Clones this style. See also deepClone() in the AutoCAD ObjectARX Developer's Guide. This overloaded function is called by the system as needed; it is unlikely that you will need to call it directly.
virtual Acad::ErrorStatus deepClone( AcDbObject* pOwnerObject, AcDbObject*& pClonedObject, AcDbIdMapping& idMap, Adesk::Boolean isPrimary = true ) const;
Parameters |
Description |
pOwnerObject |
Input object to append the clone to. |
pClonedObject |
Returned cloned object, or NULL if not cloned. |
idMap |
Input current object map ID. |
isPrimary |
Input true if this object is primary, or false if it is owned. |
Returns
Returns Acad::eOk if successful; otherwise, returns a different error code.
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].