# coding: utf-8 import arcpy import pythonaddins class ComboBoxClass1(object): """Implementation for Dropdown_addin.combobox (ComboBox)""" def __init__(self): self.value = "Hello" self.items = ["Hello", "Goodbye"] self.editable = True self.enabled = True self.dropdownWidth = 'WWWWWW' self.width = 'WWWWWW'
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.