예제 #1
0
    public Layer GetLayer(int layerNr)
    {
        Layer ret = new Layer(VisionLabPINVOKE.BPN_GetLayer(swigCPtr, layerNr), true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }