IApplication m_application; IJTXJob3 m_job; // ...m_application is a handle to the ArcMap application; might be retrieved, passed in, etc... IExtension ext = m_application.FindExtensionByName("Workflow Manager"); if (ext != null) { // Get handles to the JTX extension and current job, if possible. m_jtxExt = ext as IJTXExtension; if (m_jtxExt != null) { m_job = m_jtxExt.Job as IJTXJob3; } }
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.