DocumentSaveAs Method (String) |
Specify the file name and save the drawing.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract void SaveAs(
string fileName
)
Public MustOverride Sub SaveAs (
fileName As String
)
Parameters
- fileName
- Type: SystemString
The full path name of the file to be saved.
See Also