Click or drag to resize

swDocManVisibleReferencedDocument Class

A visible referenced document is a referenced document of a component that is a visible, fully-resolved and is not a toolbox document.
Inheritance Hierarchy
SystemObject
  CADSharpTools.DocumentManager.ModelsswDocManVisibleReferencedDocument

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

The swDocManVisibleReferencedDocument type exposes the following members.

Constructors
  NameDescription
Public methodswDocManVisibleReferencedDocument
Creates a new instance of the visible reference class.
Top
Properties
  NameDescription
Public propertyID
Internal ID of the reference.
Public propertyPathName
Path name of the referenced ID
Public propertyReferencedConfigurationNames
Referenced configuration names
Top
Methods
  NameDescription
Public methodAddConfigurationName
Add a referenced configuration name to the document's list of configuration names.
Public methodToString
Returns the full path name of the visible documents and all referenced documents.
(Overrides ObjectToString.)
Top
See Also