Sheet.AutoCADBlocks Property
Parent Object: SheetDescription
Property that returns the AutoCADBlocks collection object. This object provides access to all instances of AutoCAD blocks on a sheet. This property returns Nothing for sheets on an Inventor IDW document.
Syntax
Sheet.AutoCADBlocks() As AutoCADBlocksProperty Value
This is a read only property whose value is an AutoCADBlocks.Samples
Name | Description |
AutoCAD block insertion | Demonstrates inserting an AutoCAD block. |