Share

Database.BeginDeepCloneTranslation Event

Description

Wraps AcRxEventReactor::beginDeepCloneTranslation. A deep clone operation has two stages. First, each object and any owned objects are cloned. Second, any object ID references are translated to their cloned IDs.

This event occurs between these two stages.

Visual Basic

Public Event BeginDeepCloneTranslation As IdMappingEventHandler

C#

public event IdMappingEventHandler BeginDeepCloneTranslation;

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?