.NET Framework Class Library
Events.WorkingSet Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Events Class > Events Methods > .NET Framework Class Library |
Get WorkingSet 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 WorkingSet ( _ ctx As MWEvent.WorkingSet _ |
C# |
|---|
public Object WorkingSet( MWEvent.WorkingSet ctx |
Visual C++ |
|---|
public: Object^ WorkingSet( |
JavaScript |
|---|
function workingSet(ctx); |
Parameters
ctx
Type: MwPDMApi.MWEvent.WorkingSet
WorkingSet event identifier
Return Value
Specialized WorkingSet event object
Remarks
See Also