Exports IFC file, showing Export IFC Project dialog
PROCEDURE IFC_ExportWithUI(bExpSingleObj : BOOLEAN);def vs.IFC_ExportWithUI(bExpSingleObj):
return None| Name | Type | Description |
|---|---|---|
| bExpSingleObj | BOOLEAN | Set to False. |
PROCEDURE Test;
VAR
ok : BOOLEAN;
BEGIN
ok := IFC_ExportWithUI(FALSE);
END;
RUN(Test);ok = vs.IFC_ExportWithUI(FALSE)Availability: from Vectorworks 2014