Click or drag to resize

BlockTableExtension Class

Provides extension methods for the BlockTable type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.R20.ExtensionBlockTableExtension

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 BlockTableExtension

The BlockTableExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetBlock
Gets the objectId of a block definition (BlockTableRecord) from its name. If the block is not found in the block table, a dwg file is searched in the support paths and added to the block table.
Top
See Also