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
)
Public MustOverride Function Open (
fileName As String
) As Document
Parameters
- fileName
- Type: SystemString
The file name of the drawing.
Return Value
Type:
Document Document representing the open drawing.
See Also