Click or drag to resize

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)
Syntax
public void PrintStartInfo(
	Object swApp = null
)

Parameters

swApp (Optional)
Type: SystemObject
Pointer to the instance of SolidWorks you want the version of.
See Also