.NET Framework Class Library
TraverseProjectsAssemblies.GetOutputProjects Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > TraverseProjectsAssemblies Class > TraverseProjectsAssemblies Methods > .NET Framework Class Library |
Retrieves the distinct projects uid array obtained by traversing the Tree structure.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetOutputProjects ( _ ByRef ProjectsArray As Object _ |
C# |
|---|
public int GetOutputProjects( ref Object ProjectsArray |
Visual C++ |
|---|
public: int GetOutputProjects( |
JavaScript |
|---|
function getOutputProjects(ProjectsArray); |
Parameters
ProjectsArray
Type: System.Object
See Also
TraverseProjectsAssemblies Class