Share

AutoCADBlockDefinitionsEnumerator Object


Description

The AutoCADBlockDefinitionsEnumerator object enumerates AutoCADBlockDefinition objects

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Count Property that returns the number of items in this collection.
Item Returns the specified AutoCADBlockDefinition object from the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

AutoCADBlockDefinitions.AddFromFile, SheetFormat.ReferencedAutoCADBlockDefinitions

Samples

Name Description
AutoCAD block definitions import This sample demonstrates importing AutoCAD block definitions from an external dwg file.

Version

Introduced in version 2011

Was this information helpful?