# 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'
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.