Beispiel #1
0
        public static int byName(string name)
        {
            if (name == null)
            {
                throw new ArgumentException("name");
            }
            int intValue = new bb_LegendPositionTypes().Types[name];

            return(intValue);
        }
Beispiel #2
0
 public static int byName(string name)
 {
     if (name == null)
     {
         throw new ArgumentException("name");
     }
     int intValue = new bb_LegendPositionTypes().Types[name];
     return intValue;
 }