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; } }
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.