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