.NET Framework Class Library
TraverseProjectsAssemblies.GetOutputGenerics Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > TraverseProjectsAssemblies Class > TraverseProjectsAssemblies Methods > .NET Framework Class Library |
Retrieves the distinct generic documents 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 GetOutputGenerics ( _ ByRef GenericArray As Object _ |
C# |
|---|
public int GetOutputGenerics( ref Object GenericArray |
Visual C++ |
|---|
public: int GetOutputGenerics( |
JavaScript |
|---|
function getOutputGenerics(GenericArray); |
Parameters
GenericArray
Type: System.Object
See Also
TraverseProjectsAssemblies Class