System.bool SaveAs(
System.string Name,
System.int Version,
System.int Options,
System.object ExportData,
out System.int Errors,
out System.int Warnings
C++/CLI | |
---|
System.bool SaveAs(
& System.String^ Name,
& System.int Version,
& System.int Options,
& System.Object^ ExportData,
& [Out] System.int Errors,
& [Out] System.int Warnings
Parameters - Name
- Full pathname of the document to save; the file extension indicates any conversion that should be performed (for example, Part1.igs to save in IGES format) (see Remarks)
- Version
- Format in which to save this document as defined in swSaveAsVersion_e (see Remarks)
- Options
- Option indicating how to save the document as defined in swSaveAsOptions_e (see Remarks)
- ExportData
- IExportPdfData object for exporting drawing sheets to PDF (see Remarks)
- Errors
- Errors that caused the save to fail as defined in swFileSaveError_e (see Remarks)
- Warnings
- Warnings or extra information generated during the save operation as defined in swFileSaveWarning_e (see Remarks)
Return ValueTrue if the save is successful, false if not
Import STEP File (VBA)
Remarks |
|