A Sandcastle Documented Class Library
QsLogGetApplicationLog Method |
Restituisce l'oggetto di Log utilizzato da tutti gli add-in QS Informatica di una specifica
applicazione (AutoCAD o Inventor).
Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static IQsLog GetApplicationLog()
Public Shared Function GetApplicationLog As IQsLog
public: static IQsLog^ GetApplicationLog()
static member GetApplicationLog : unit -> IQsLog
Return Value
Type: IQsLogUn oggetto che implementa l'interfaccia IQsLog oppure null (Nothing in VisualBasic) se avvengono errori.
See Also