Method Save
- Namespace
- vdIFC
- Assembly
- vdIFC.dll
Save(vdIFCDocument, string, vdIFCExportProperties)
Write the contents of the passed vdIFCDocument into an IFC4 release version formated file.
public bool Save(vdIFCDocument ifcDocument, string filename, vdIFCExportProperties exportprops = null)
Parameters
ifcDocumentvdIFCDocumentA vdIFCDocument to be saved
filenamestringA Full path file name usually end with .ifc extension
exportpropsvdIFCExportPropertiesA vdIFCExportProperties object contains properties for the way that the export is done.It can be null
Returns
- bool
True if the file was successfully created.
Examples
for example see New(LengthUnits) method