Qdv.Initialize Method
Parameters
- silentMode
- bool
If set to true, then QDV is in the silent mode, when any GUI, such as dialogs, message windows, is suppressed. Messages in the silent mode are not lost. They are collected in so called silent message stack, that you can retrieve with the GetSilentMessageStack method.
- licenseCode
- string
The QDV license code, or an empty string for no license. You need a license code in order to use the API of QDV. The API is licensed per developer. Compiled assemblies are royalty free. Only functions that read or write global variables are accessible without license because they don't call the Spreadsheet component.
The initialization will correctly set the QdvUserApiManager property.
After that, you can use the QdvManager class to get estimates or other objects.