AcMapMbMapBook::wblockClone Method

Land Desktop Development ARX CPP SDK

AcMapMbMapBook:: wblockClone Method
 

Grants control of deep clone operations to the object. In the default implementation, the object is cloned and appended to the owner object pOwnerObject. See also wblockClone() in the AutoCAD ObjectARX Developer's Guide. This overridden function is called by the system as needed; it is unlikely that you will need to call it directly.

virtual Acad::ErrorStatus wblockClone(
    AcRxObject* pOwnerObject, 
    AcDbObject*& pClonedObject, 
    AcDbIdMapping& idMap, 
    Adesk::Boolean isPrimary = true
) const;
Parameters 
Description 
pOwnerObject 
Input object to append the clones to.  
pClonedObject 
Output the cloned object, or NULL if not cloned.  
idMap 
Input current ID map.  
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].