'Declaration Public Overloads Function SaveAs( _ ByVal outputFileName As System.String, _ ByVal binaryFormat As System.Boolean _ ) As System.Boolean
public System.bool SaveAs( System.string outputFileName, System.bool binaryFormat )
Parameters
- outputFileName
- The name of the output file.
- binaryFormat
- The format of the output file, true binary format should be used (C1DB) otherwise standard C1D format.
Return Value
true if the file was successfully saved, false otherwise.