C# Class SolidworksAddin_EpicorIntegration.DocView

ファイルを表示 Open project: virall/EpicorIntegration Class Usage Examples

Public Methods

Method Description
AttachEventHandlers ( ) : bool
DetachEventHandlers ( ) : bool
DocView ( SwAddin addin, IModelView mv, DocumentEventHandler doc ) : System
OnDestroy ( int destroyType ) : int
OnRepaint ( int repaintType ) : int

Method Details

AttachEventHandlers() public method

public AttachEventHandlers ( ) : bool
return bool

DetachEventHandlers() public method

public DetachEventHandlers ( ) : bool
return bool

DocView() public method

public DocView ( SwAddin addin, IModelView mv, DocumentEventHandler doc ) : System
addin SwAddin
mv IModelView
doc DocumentEventHandler
return System

OnDestroy() public method

public OnDestroy ( int destroyType ) : int
destroyType int
return int

OnRepaint() public method

public OnRepaint ( int repaintType ) : int
repaintType int
return int