Click or drag to resize

DBObjectExtension Class

Provides extension methods for the DBObject type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.R20.ExtensionDBObjectExtension

Namespace:  Gile.AutoCAD.R20.Extension
Assembly:  Gile.AutoCAD.R20.Extension (in Gile.AutoCAD.R20.Extension.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class DBObjectExtension

The DBObjectExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetOrCreateExtensionDictionary
Gets or creates the extension dictionary.
Public methodStatic memberOpenForWrite
Opens the object for write.
Public methodStatic memberSetXDataForApplication
Sets the object extended data (xdata) for the application.
Public methodStatic memberSetXDictionaryXrecordData(DBObject, Transaction, String, ResultBuffer)
Sets the xrecord data of the extension dictionary of the object.
Public methodStatic memberSetXDictionaryXrecordData(DBObject, Transaction, String, TypedValue)
Sets the xrecord data of the extension dictionary of the object.
Public methodStatic memberTryGetExtensionDictionary
Tries to get the object extension dictionary.
Public methodStatic memberTryGetXDictionaryXrecordData
Tries to get the xrecord data of the extension dictionary of the object.
Top
See Also