Click or drag to resize

DocumentSaveAs Method (String, FileFormat)

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,
	FileFormat format
)

Parameters

fileName
Type: SystemString
The full path name of the file to be saved.
format
Type: RootPro.RootProCADFileFormat
The format of the file to be saved.
See Also