Click or drag to resize

DocumentSaveCopyAs Method (String, FileFormat)

Specify the file name and save a copy of the 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 void SaveCopyAs(
	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