.NET Framework Class Library
Events.Tree Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
Events.Tree Method

Get Tree event object related to given identifier, to allow specific event data management.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function Tree ( _

ctx As MWEvent.Tree _
) As Object

C#

public Object Tree(

MWEvent.Tree ctx
)

Visual C++

public:

Object^ Tree(
MWEvent.Tree ctx
)

JavaScript

function tree(ctx);

Parameters

ctx

Type: MwPDMApi.MWEvent.Tree
Tree event identifier

Return Value

Specialized Tree event object

Remarks

See Also

Events Class

Events Members

MwPDMApi Namespace