![]() | APIexport |
public bool exportWexBIM( string path, bool saveIFC = false, bool copyViewer = true )
Public Function exportWexBIM ( path As String, Optional saveIFC As Boolean = false, Optional copyViewer As Boolean = true ) As Boolean Dim instance As API Dim path As String Dim saveIFC As Boolean Dim copyViewer As Boolean Dim returnValue As Boolean returnValue = instance.exportWexBIM(path, saveIFC, copyViewer)
public: bool exportWexBIM( String^ path, bool saveIFC = false, bool copyViewer = true )
member exportWexBIM : path : string * ?saveIFC : bool * ?copyViewer : bool (* Defaults: let _saveIFC = defaultArg saveIFC false let _copyViewer = defaultArg copyViewer true *) -> bool
(c) NextFEM 2015-2025