.NET Framework Class Library
Events.CADSystem Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Events Class > Events Methods >

.NET Framework Class Library
Events.CADSystem Method

Get CADSystem 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 CADSystem ( _

 ctx As MWEvent.CADSystem _
As Object

C#

public Object CADSystem(

 MWEvent.CADSystem ctx
)

Visual C++

public:

ObjectCADSystem(
 MWEvent.CADSystem ctx
)

JavaScript

function cadSystem(ctx);

Parameters

ctx

Type: MwPDMApi.MWEvent.CADSystem
CADSystem event identifier

Return Value

Specialized CADSystem event object

Remarks

See Also

Events Class

Events Members

MwPDMApi Namespace