VCOM:VectorWorks:IFCLib:IIFCSupport::ShowExportOptions
From Vectorworks Developer
.SDK|SDK ..SDK:Types|SDK Types ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference
Description
namespaceVectorWorks::IFCLib
Member of VCOM:VectorWorks:IFCLib:IIFCSupport
Displays the "Export IFC Project" dialog wherefrom the user can manage settings for the IFC file and export it.
VCOMError ShowExportOptions(
bool bExportSingleObjects);
Parameters
bExportSingleObjects bool Obsolete flag. Set it to true.
Return Value
Uses standard VCOM Error Reporting.Return value meaning:
kVCOMError_NotInitialized Bad VCOM instance used to call the fuction. kVCOMError_Failed Routine failed. kVCOMError_NoError Routine succeeded.