Share

FileManager.GetAutoCADBlockDefinitions Method

Parent Object: FileManager

Description

Method that returns the names of all the AutoCAD block definitions contained within the input DWG file. The input file can be an AutoCAD DWG or an Inventor DWG.

Syntax

FileManager.GetAutoCADBlockDefinitions( FullFileName As String ) As String()

Parameters

Name Type Description
FullFileName String Input String that specifies the full file name of the AutoCAD or Inventor DWG file from which to return the block definition names.

Version

Introduced in version 2011

Was this information helpful?