Ejemplo n.º 1
0
        /*************************************/

        public override List <string> GetChoiceNames()
        {
            return(Choices.Cast <IBHoMObject>().Select(x => x.Name).ToList());
        }