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; } }
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.