LinearMarkingMenu

Fires before the overflow context menu is displayed to the user.

EventNames:

  • LinearMarkingMenu_Pre

Parameters

Type

Name

Description

SelectionDeviceEnum

selectionDevice

Enumeration of the kind of UI used to select object.

Examples:

LinearMarkingMenu_Pre:

Register-InventorEvent -EventName LinearMarkingMenu_Pre -Action 'PreLinearMarkingMenu'

function PreLinearMarkingMenu($selectionDevice) {
	#Write event code here
}