C# Class SolidworksAddin_EpicorIntegration.DrawingEventHandler

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

Méthodes publiques

Méthode Description
AttachEventHandlers ( ) : bool
DetachEventHandlers ( ) : bool
DrawingEventHandler ( ModelDoc2 modDoc, SwAddin addin ) : System
OnDestroy ( ) : int
OnNewSelection ( ) : int

Method Details

AttachEventHandlers() public méthode

public AttachEventHandlers ( ) : bool
Résultat bool

DetachEventHandlers() public méthode

public DetachEventHandlers ( ) : bool
Résultat bool

DrawingEventHandler() public méthode

public DrawingEventHandler ( ModelDoc2 modDoc, SwAddin addin ) : System
modDoc ModelDoc2
addin SwAddin
Résultat System

OnDestroy() public méthode

public OnDestroy ( ) : int
Résultat int

OnNewSelection() public méthode

public OnNewSelection ( ) : int
Résultat int