| SoPolyLineScreenDrawerEventArg Constructor  | 
 
Namespace: OIV.Inventor.DrawersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic EventArg(
	SoHandleEventAction action,
	SoPolyLineScreenDrawer drawer
)
Public Sub New ( 
	action As SoHandleEventAction,
	drawer As SoPolyLineScreenDrawer
)
public:
EventArg(
	SoHandleEventAction^ action, 
	SoPolyLineScreenDrawer^ drawer
)
new : 
        action : SoHandleEventAction * 
        drawer : SoPolyLineScreenDrawer -> EventArgParameters
- action
 - Type: OIV.Inventor.ActionsSoHandleEventAction
 - drawer
 - Type: OIV.Inventor.DrawersSoPolyLineScreenDrawer
 
Remarks
See Also