Click or drag to resize

DatabaseExtension Class

Provides extension methods for the Database type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.R20.ExtensionDatabaseExtension

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 DatabaseExtension

The DatabaseExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEntLast
Gets the ObjectId of the last nondeleted entity in the drawing.
Public methodStatic memberGetCurrentSpace
Gets the current space block table record.
Public methodStatic memberGetCustomProperties
Gets all the custom properties.
Public methodStatic memberGetCustomProperty
Gets the value of the custom property.
Public methodStatic memberGetLayoutBlockTableRecords
Gets the block table record of each layout.
Public methodStatic memberGetLayoutNames
Gets the layouts names.
Public methodStatic memberGetLayouts
Gets the layouts.
Public methodStatic memberGetModelSpace
Gets the model space block table record.
Public methodStatic memberGetNOD
Gets the named object dictionary.
Public methodStatic memberGetTableIdT
Gets the ObjectId of the specified SymbolTable.
Public methodStatic memberImportRecordT
Imports the symbol table record from the specified file.
Public methodStatic memberImportRecordsT
Imports SymbolTableRecords whose names match the template supplied from the specified file.
Public methodStatic memberSetCustomProperties
Sets the values of the custom properties if they exist; otherwise, add them.
Public methodStatic memberSetCustomProperty
Sets the value of the custom property if it exists; otherwise, add the property.
Top
See Also