C# Class SolidworksAddin_EpicorIntegration.DocView

Afficher le fichier Open project: virall/EpicorIntegration Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AttachEventHandlers ( ) : bool
Résultat bool

DetachEventHandlers() public méthode

public DetachEventHandlers ( ) : bool
Résultat bool

DocView() public méthode

public DocView ( SwAddin addin, IModelView mv, DocumentEventHandler doc ) : System
addin SwAddin
mv IModelView
doc DocumentEventHandler
Résultat System

OnDestroy() public méthode

public OnDestroy ( int destroyType ) : int
destroyType int
Résultat int

OnRepaint() public méthode

public OnRepaint ( int repaintType ) : int
repaintType int
Résultat int