DocumentCollectionImportFile Method |
Open an external file.
Even if the setting is set to display the conversion setting dialog for each external file when importing a file, it will not be displayed.
If you want to reflect the settings that display the conversion settings dialog for each external file, use the Open method.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntaxpublic abstract Document ImportFile(
string fileName
)
Public MustOverride Function ImportFile (
fileName As String
) As Document
Parameters
- fileName
- Type: SystemString
The full path name of the file to be imported. File extensions that can be specified are .dxf, .dwg, .jwc, .jww, sfc, and .p21.
Return Value
Type:
Document Document representing the open drawing.
See Also