|
LoggerPrintStartInfo Method
|
Print the program name, program version, job start time, and, optionally, the SolidWorks version.
Namespace:
CADSharpTools.Diagnostics
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic void PrintStartInfo(
Object swApp = null
)
Public Sub PrintStartInfo (
Optional swApp As Object = Nothing
)
Parameters
- swApp (Optional)
- Type: SystemObject
Pointer to the instance of SolidWorks you want the version of.
See Also