.NET Framework Class Library
OnConfigurationFilter Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
OnConfigurationFilter Class

Event management: provides access to OnConfigurationFilter event (CADSystem event specialization)

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

Syntax

Visual Basic

Public Class OnConfigurationFilter _

Inherits EventsObjT(Of MWEventIN.CADSystem.ONCONFIGURATIONFILTER, MWEventOUT.CADSystem.ONCONFIGURATIONFILTER)

C#

public class OnConfigurationFilter : EventsObjT<MWEventIN.CADSystem.ONCONFIGURATIONFILTER, MWEventOUT.CADSystem.ONCONFIGURATIONFILTER>

Visual C++

public ref class OnConfigurationFilter : public EventsObjT<MWEventIN.CADSystem.ONCONFIGURATIONFILTER, MWEventOUT.CADSystem.ONCONFIGURATIONFILTER>

JavaScript

MwPDMApi.OnConfigurationFilter = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.CADSystem.ONCONFIGURATIONFILTER, MWEventOUT.CADSystem.ONCONFIGURATIONFILTER)
  MwPDMApi.OnConfigurationFilter

See Also

OnConfigurationFilter Members

MwPDMApi Namespace