Table of Contents

Class OnConnectToSwEventArgs

Namespace
Hymma.Solidworks.Addins
Assembly
Hymma.Solidworks.Addins.dll

event arguments for when solidworks connects or disconnects from your add-in

public class OnConnectToSwEventArgs : EventArgs
Inheritance
OnConnectToSwEventArgs
Inherited Members

Properties

the identifier for this addin

public int Cookie { get; set; }

Property Value

int

Solidworks

solidworks object

public ISldWorks Solidworks { get; set; }

Property Value

ISldWorks