// programmatically activates the Edit Annotation tool by invoking the corresponding // plugin. The tool must be enabled for the operation to succeed. { var plugin = FrameworkApplication.GetPlugInWrapper("esri_editing_EditVerticesText"); if (plugin.Enabled) ((ICommand)plugin).Execute(null); }
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)