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; }
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.