SoPolyLineScreenDrawerEventArg Constructor |
Namespace: OIV.Inventor.DrawersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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 -> EventArg
Parameters
- action
- Type: OIV.Inventor.ActionsSoHandleEventAction
- drawer
- Type: OIV.Inventor.DrawersSoPolyLineScreenDrawer
Remarks See Also