evCreate API 5.7 Help

EnableContextMenu Function

Enables or disables the context menu in the 3D editing mode.

EnableContextMenu(enable: boolean): void

Parameters

enable: boolean

A Boolean, a switch to enable (true) or disable (false) the context menu in the 3D editing mode.

Return value

void

void, a notification that the context menu has been successfully enabled or disabled in the 3D editing mode.

Discussion

The function will throw an error if the 3D editing mode has not been activated.

24 April 2025