Loads a CAD file into the main application's form.
Namespace:
CADImport.CADImportControls
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub LoadFile( _ ByVal dlg As Boolean _ ) |
Parameters
-
dlg
-
Type: bool
A value indicating if an OpenFileDialog
box is invoked for selecting and loading a CAD file. true, if an OpenFileDialog
box is invoked; otherwise, false.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also