Share

DBObject.IsObjectIdsInFlux Property

Description

This refers to a condition that occurs during deep clone operations. It returns true when the cloned objects' IDs have not yet been translated and thus cannot be used in any operations on the objects. This condition normally occurs only during CEventReactorImpl.beginDeepCloneXlation, DBObject.DeepClone, or DBObject.WblockClone. Any operations that involve ObjectId references, such as symbol table records, should be postponed until after endDeepClone. DBObject.SubClose is never called on any objects whose IDs are in flux

Visual Basic

Public Property IsObjectIdsInFlux() As bool

C#

public bool IsObjectIdsInFlux;

Conditions

Read-only

Links

DBObject Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?