Click or drag to resize

swDocMan Class

Extension of class of the SOLIDWORKS Document Manager.
Inheritance Hierarchy
SystemObject
  CADSharpTools.DocumentManagerswDocMan

Namespace:  CADSharpTools.DocumentManager
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public class swDocMan

The swDocMan type exposes the following members.

Constructors
  NameDescription
Public methodswDocMan
Creates a new instance of the DocMan class.
Top
Methods
  NameDescription
Public methodGetAllVisibleReferencedPartsFromAssembly
Get all visible referenced parts that are not toolbox.
Top
Remarks
Careful considerations before using swDocMan: To avoid outdated references issues, please always update the references of your files by rebuilding them and saving them locally. swDocMan relies on the references information saved within your files. For PDM, please the Updates References command.
See Also