//This region overrides the typical component layout
        public override void CreateAttributes()
        {
            //if (first)
            //{
            //    selecteditem = "1D, One-way span";
            //
            //}

            m_attributes = new UI.DropDownComponentUI(this, SetSelected, dropdownitems, selecteditem, "Type");
        }
Пример #2
0
        //This region overrides the typical component layout
        public override void CreateAttributes()
        {
            if (first)
            {
                selecteditem = _mode.ToString();
                //first = false;
            }

            m_attributes = new UI.DropDownComponentUI(this, SetSelected, dropdownitems, selecteditem, "Material Type");
        }
        //This region overrides the typical component layout


        public override void CreateAttributes()
        {
            m_attributes = new UI.DropDownComponentUI(this, SetSelected, dropdownitems, selecteditem, "Concrete Grade");
        }