Click or drag to resize

DocumentCollectionOpen Method (String)

Open an existing drawing file.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract Document Open(
	string fileName
)

Parameters

fileName
Type: SystemString
The file name of the drawing.

Return Value

Type: Document
Document representing the open drawing.
See Also