Share

Sheet.AutoCADBlocks Property

Parent Object: Sheet

Description

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 AutoCADBlocks

Property Value

This is a read only property whose value is an AutoCADBlocks.

Samples

Name Description
AutoCAD block insertion Demonstrates inserting an AutoCAD block.

Version

Introduced in version 2011

Was this information helpful?