.NET Framework Class Library
Events.Plot Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Events Class > Events Methods >

.NET Framework Class Library
Events.Plot Method

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

 ctx As MWEvent.Plot _
As Object

C#

public Object Plot(

 MWEvent.Plot ctx
)

Visual C++

public:

ObjectPlot(
 MWEvent.Plot ctx
)

JavaScript

function plot(ctx);

Parameters

ctx

Type: MwPDMApi.MWEvent.Plot
Plot event identifier

Return Value

Specialized Plot event object

Remarks

See Also

Events Class

Events Members

MwPDMApi Namespace