Description
Accesses the name of the object context.
The name of an object context may appear in user interface components visible to the user, and may change if the context supports renaming. Applications should not identify contexts by name internally but should use the context ID, which is guaranteed to be unique and invariant over time.
Visual Basic
Public virtual Property Name() As string
C#
public virtual string Name;
Conditions
Read / Write
Links
ObjectContext Class, Autodesk.AutoCAD.DatabaseServices Namespace