Click or drag to resize

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)
Syntax
public abstract Document ImportFile(
	string fileName
)

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