Example #1
0
        public static surface_type parse_surface_type(string name)
        {
            surface_type ret = (surface_type)c_csharp_runPINVOKE.parse_surface_type(name);

            if (c_csharp_runPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_runPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
        public static string to_string(surface_type value)
        {
            string ret = c_csharp_runPINVOKE.to_string__SWIG_5((int)value);

            return(ret);
        }