![]() | APIcompile |
public bool compileDocX( Dictionary<string, string> dict, Dictionary<string, List<string[]>> tableDict = null, bool twoPasses = false )
Public Function compileDocX ( dict As Dictionary(Of String, String), Optional tableDict As Dictionary(Of String, List(Of String())) = Nothing, Optional twoPasses As Boolean = false ) As Boolean Dim instance As API Dim dict As Dictionary(Of String, String) Dim tableDict As Dictionary(Of String, List(Of String())) Dim twoPasses As Boolean Dim returnValue As Boolean returnValue = instance.compileDocX(dict, tableDict, twoPasses)
public: bool compileDocX( Dictionary<String^, String^>^ dict, Dictionary<String^, List<array<String^>^>^>^ tableDict = nullptr, bool twoPasses = false )
member compileDocX : dict : Dictionary<string, string> * ?tableDict : Dictionary<string, List<string[]>> * ?twoPasses : bool (* Defaults: let _tableDict = defaultArg tableDict null let _twoPasses = defaultArg twoPasses false *) -> bool
(c) NextFEM 2015-2025