.NET Framework Class Library
TraverseProjectsAssemblies.GetOutputAssemblies Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > TraverseProjectsAssemblies Class > TraverseProjectsAssemblies Methods >

.NET Framework Class Library
TraverseProjectsAssemblies.GetOutputAssemblies Method

Retrieves the distinct assemblies 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 GetOutputAssemblies ( _

ByRef AssemblyArray As Object _
) As Integer

C#

public int GetOutputAssemblies(

ref Object AssemblyArray
)

Visual C++

public:

int GetOutputAssemblies(
Object^% AssemblyArray
)

JavaScript

function getOutputAssemblies(AssemblyArray);

Parameters

AssemblyArray

Type: System.Object

See Also

TraverseProjectsAssemblies Class

TraverseProjectsAssemblies Members

MwPDMApi Namespace