MKI_NOTIFY_EXT_CONTEXT_APPLY (Plug-In Notification Command) New in Version 2023.2

www.CAD6.com

The plug-in shall apply one of its context menu commands to the extended object.

 

This will be called if the user chose one of the context menu commands previously returned in reply to a MKI_NOTIFY_EXT_CONTEXT_FILL call.

 

Parameters

Ext

Address of the object to which the content menu command shall be applied.

Data

Address of a MKI_CONTEXT_COMMAND structure.

 

Return Value

MKI_NOTIFY_RESULT_DONE

Ext is known, the command has immediately been applied, resulting in a change of the given extended object.

MKI_NOTIFY_RESULT_COPY

Ext is known, the command has immediately been applied, resulting in additional objects (instead of or in addition to changing the given object).

MKI_NOTIFY_RESULT_IGNORE

Ext is known, but the command was either cancelled by the user, did not result in any changes (such as a pure information display), or resulted in starting a command that requires further user input (such as point entry or entity identification) before finishing so it is still running at the time the plug-in returns control.

MKI_NOTIFY_RESULT_UNKNOWN

Ext is not known or task not supported, ask the other plug-ins.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH