Share

DBObject.SetObjectIdsInFlux Method

Description

This function must be called on any newly created objects in DBObject.DeepClone or DBObject.WblockClone. It indicates that reference object IDs are not yet pointing to the correct objects. The references can be translated only when the entire deep clone operation is complete. The flag is cleared at that time.

Visual Basic

Public Function SetObjectIdsInFlux() As void

C#

public void SetObjectIdsInFlux();

Links

DBObject Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?