.NET Framework Class Library
ICustomEvent.Execute Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > ICustomEvent Interface > ICustomEvent Methods > .NET Framework Class Library |
Execute method is invoked when the related event is fired in MwPDM.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Function Execute ( _ pVal As Application _ |
C# |
|---|
bool Execute( Application pVal |
Visual C++ |
|---|
bool Execute( Application^ pVal |
JavaScript |
|---|
function execute(pVal); |
Parameters
pVal
Type: MwPDMApi.Application
Application object
Return Value
true if execution is successful, false otherwise
Remarks
See Also