Click or drag to resize

Document Class

Base class for PDM documents.
Inheritance Hierarchy
SystemObject
  BindableBase
    CADSharpTools.Core.ModelsDocument

Namespace:  CADSharpTools.Core.Models
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public class Document : BindableBase

The Document type exposes the following members.

Constructors
  NameDescription
Public methodDocument
Creates a new instance of the document class.
Top
Properties
  NameDescription
Public propertyFolderID
Folder ID.
Public propertyHasChildren
Returns whether the document has any references.
Public propertyID
PDM ID of the document.
Public propertyLocalPath
Gets the local path of the document.
Public propertyNeedsRegeneration
Gets or sets whether this document requires to rebuild in SOLIDWORKS.
Public propertyReferences
Gets an array of top level referenced documents.
Top
Methods
  NameDescription
Public methodConstructReferenceTree
Constructs the document reference from tree using the vault object.
Public methodFlattenReferences
Returns an array of all referenced documents.
Public methodGetRebuildOrder
Returns a dictionary of documents and their level in the order which they need to be rebuilt.
Top
See Also