.NET Framework Class Library
Events.Project Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Events Class > Events Methods >

.NET Framework Class Library
Events.Project Method

Get Project 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 Project ( _

 ctx As MWEvent.Project _
As Object

C#

public Object Project(

 MWEvent.Project ctx
)

Visual C++

public:

ObjectProject(
 MWEvent.Project ctx
)

JavaScript

function project(ctx);

Parameters

ctx

Type: MwPDMApi.MWEvent.Project
Project event identifier

Return Value

Specialized Project event object

Remarks

See Also

Events Class

Events Members

MwPDMApi Namespace