BlockTableExtension Class |
Provides extension methods for the BlockTable type.
Inheritance Hierarchy
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)
Syntaxpublic static class BlockTableExtension
<ExtensionAttribute>
Public NotInheritable Class BlockTableExtension
[ExtensionAttribute]
public ref class BlockTableExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type BlockTableExtension = class end
The BlockTableExtension type exposes the following members.
Methods
| Name | Description |
---|
  | GetBlock |
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