FileManager.IsFutureCADFile Method
Parent Object: FileManagerDescription
Method that returns whether the input CAD file is a future CAD file. If an invalid CAD filename is provided an error would occur.
Syntax
FileManager.IsFutureCADFile( FullFileName As String ) As BooleanParameters
Name | Type | Description |
FullFileName | String | Input String value that specifies the full filename of a CAD file. Valid filename can be an AnyCAD filename or Inventor part or assembly filename. |