public Boolean OnCustomizationEvent(esriCustomizationEvent e, Object context) { if (e == esriCustomizationEvent.esriCEInvokeCommand && context is ICommandItem) m_currentCommandId = ((ICommandItem)context).ID; // Always return false - we don't want the UI locked. // Just need to know the last command triggered return false; }
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.