Example #1
0
 public HUserOptions(HUserOptions in_data) : this(HCSMVOPINVOKE.new_HUserOptions__SWIG_1(HUserOptions.getCPtr(in_data)), true)
 {
     if (HCSMVOPINVOKE.SWIGPendingException.Pending)
     {
         throw HCSMVOPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
    public static bool ShowPushedAttribute(string attName, HUserOptions attText)
    {
        bool ret = HCSMVOPINVOKE.HUtility_ShowPushedAttribute(attName, HUserOptions.getCPtr(attText));

        if (HCSMVOPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSMVOPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Example #3
0
 public static HandleRef getCPtr(HUserOptions obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }