C# Class SolidworksAddin_EpicorIntegration.DocumentEventHandler

Show file Open project: virall/EpicorIntegration Class Usage Examples

Protected Properties

Property Type Description
document ModelDoc2
iSwApp ISldWorks
openModelViews System.Collections.Hashtable
userAddin SwAddin

Public Methods

Method Description
AttachEventHandlers ( ) : bool
ConnectModelViews ( ) : bool
DetachEventHandlers ( ) : bool
DetachModelViewEventHandler ( ModelView mView ) : bool
DisconnectModelViews ( ) : bool
DocumentEventHandler ( ModelDoc2 modDoc, SwAddin addin ) : System

Method Details

AttachEventHandlers() public method

public AttachEventHandlers ( ) : bool
return bool

ConnectModelViews() public method

public ConnectModelViews ( ) : bool
return bool

DetachEventHandlers() public method

public DetachEventHandlers ( ) : bool
return bool

DetachModelViewEventHandler() public method

public DetachModelViewEventHandler ( ModelView mView ) : bool
mView ModelView
return bool

DisconnectModelViews() public method

public DisconnectModelViews ( ) : bool
return bool

DocumentEventHandler() public method

public DocumentEventHandler ( ModelDoc2 modDoc, SwAddin addin ) : System
modDoc ModelDoc2
addin SwAddin
return System

Property Details

document protected property

protected ModelDoc2 document
return ModelDoc2

iSwApp protected property

protected ISldWorks iSwApp
return ISldWorks

openModelViews protected property

protected Hashtable,System.Collections openModelViews
return System.Collections.Hashtable

userAddin protected property

protected SwAddin,SolidworksAddin_EpicorIntegration userAddin
return SwAddin