.NET Framework Class Library
TraverseProjectsAssemblies Methods
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > TraverseProjectsAssemblies Class > .NET Framework Class Library |
The TraverseProjectsAssemblies type exposes the following members.
Methods
|
Name |
Description |
|---|---|---|
|
Retrieves the distinct assemblies uid array obtained by traversing the Tree structure. |
|
|
Checks if a drawing exists for the specified UID (typically a part or assembly). The function searches for parent drawings of the given UID and verifies if the UID is the first component in any of those drawings. If such a drawing is found, its UID is returned; otherwise, an empty string is returned. |
|
|
Retrieves the distinct drawings uid array obtained by traversing the Tree structure. |
|
|
Equals |
(Inherited from Object.) |
|
Finalize |
(Inherited from Object.) |
|
Retrieves the distinct generic documents uid array obtained by traversing the Tree structure. |
|
|
Retrieves all drawings associated with a specified document UID and adds them to the internal collection. The method identifies parent drawings of the document and processes them based on their components. It supports an optional parameter to detect the document in all containing drawings. |
|
|
GetHashCode |
(Inherited from Object.) |
|
Retrieves the distinct assemblies uid array obtained by traversing the Tree structure. |
|
|
Retrieves the distinct drawings uid array obtained by traversing the Tree structure. |
|
|
Retrieves the distinct generic documents uid array obtained by traversing the Tree structure. |
|
|
Retrieves the distinct parts uid array obtained by traversing the Tree structure. |
|
|
Retrieves the distinct projects uid array obtained by traversing the Tree structure. |
|
|
Retrieves the quantity of a part identified by its UID encountered while traversing the Tree structure. Returns the quantity if the UID exists; otherwise, returns 0. |
|
|
GetType |
(Inherited from Object.) |
|
MemberwiseClone |
(Inherited from Object.) |
|
Retrieves the distinct parts uid array obtained by traversing the Tree structure. |
|
|
Retrieves the distinct projects uid array obtained by traversing the Tree structure. |
|
|
ToString |
(Inherited from Object.) |
See Also