Table of Contents

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

ifcDocument vdIFCDocument

A vdIFCDocument to be saved

filename string

A Full path file name usually end with .ifc extension

exportprops vdIFCExportProperties

A 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