Click or drag to resize

SldWorksCommonEx Class

Collection of common extension methods to use in the SwEx framework
Inheritance Hierarchy
SystemObject
  SolidWorks.Interop.sldworksSldWorksCommonEx

Namespace:  SolidWorks.Interop.sldworks
Assembly:  CodeStack.SwEx.Common (in CodeStack.SwEx.Common.dll) Version: 0.9.9.0 (0.9.9.0)
Syntax
public static class SldWorksCommonEx

The SldWorksCommonEx type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetVersion(ISldWorks)
Returns the major version of SOLIDWORKS application
Public methodStatic memberGetVersion(ISldWorks, Int32, Int32)
Returns the major version of SOLIDWORKS application
Public methodStatic memberIsVersionNewerOrEqual
Checks if the version of the SOLIDWORKS is newer or equal to the specified parameters
Top
See Also