.NET Framework Class Library
OnPlotG Class

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace >

.NET Framework Class Library
OnPlotG Class

Event management: provides access to OnPlotG event (Plot event specialization)

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

Syntax

Visual Basic

Public Class OnPlotG _

Inherits EventsObjT(Of MWEventIN.Plot.ONPLOTG, MWEventOUT.Plot.ONPLOTG)

C#

public class OnPlotG : EventsObjT<MWEventIN.Plot.ONPLOTG, MWEventOUT.Plot.ONPLOTG>

Visual C++

public ref class OnPlotG : public EventsObjT<MWEventIN.Plot.ONPLOTG, MWEventOUT.Plot.ONPLOTG>

JavaScript

MwPDMApi.OnPlotG = function();

Type.createClass(
'MwPDMApi.OnPlotG',
MwPDMApi.EventsObjT`2);

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Plot.ONPLOTG, MWEventOUT.Plot.ONPLOTG)
  MwPDMApi.OnPlotG

See Also

OnPlotG Members

MwPDMApi Namespace