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; }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.