コード例 #1
0
        public static plot_colors parse_plot_colors(string name)
        {
            plot_colors ret = (plot_colors)c_csharp_runPINVOKE.parse_plot_colors(name);

            if (c_csharp_runPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_runPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
        public static string to_string(plot_colors value)
        {
            string ret = c_csharp_runPINVOKE.to_string__SWIG_8((int)value);

            return(ret);
        }