Description
Accesses the unique context identifier
The unique identifier should be invariant for the lifetime of this object and is unique amongst all instances of the context object type within an ObjectContextCollection. If an ObjectContext is not currently resident within a collection then the returned identifier may not be unique.
Visual Basic
Public virtual Property UniqueIdentifier() As IntPtr
C#
public virtual IntPtr UniqueIdentifier;
Conditions
Read-only
Links
ObjectContext Class, Autodesk.AutoCAD.DatabaseServices Namespace