Workspace_RightClickEquipment
- Last UpdatedJul 18, 2023
- 1 minute read
If you have a specific function that needs to be run when the user right-clicks on the selection adorner, you can set the default '_CALLBACK_EquipmentRightCLick' label to a custom function of your own. The current default function is "DefaultEquipmentRightClickCallback".
The '_CALLBACK_EquipmentRightClick' label is set by default in the SA_Style_1_MultiRes starter project. To view labels, navigate to the Standards activity and select Labels.

Syntax
Workspace_RightClickEquipment()
Returns
None
Example
IF Workspace_IsSelContext("MyPlant.SkimMilk.TNK02", "", TRUE) THEN
Workspace_RightClickEquipment()
END