Inheritance: System.Web.UI.Page
    public BPN GetBPN(string bpnName)
    {
        global::System.IntPtr cPtr = VisionLabPINVOKE.VisLibCmdInt_GetBPN(swigCPtr, bpnName);
        BPN ret = (cPtr == global::System.IntPtr.Zero) ? null : new BPN(cPtr, false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Example #2
0
 internal static HandleRef getCPtr(BPN obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #3
0
 internal static HandleRef getCPtr(BPN obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Example #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(BPN obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }