FileManager.GetAutoCADBlockDefinitions Method
Parent Object: FileManagerDescription
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. |