Esempio n. 1
0
    public bool IsOperationAllowed(BC_Operation operation)
    {
        bool ret = BIMcollab_ProjectPINVOKE.BC_Project_IsOperationAllowed(swigCPtr, (int)operation);

        if (BIMcollab_ProjectPINVOKE.SWIGPendingException.Pending)
        {
            throw BIMcollab_ProjectPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public bool IsOperationAllowed(BC_Operation operation, uint target)
    {
        bool ret = BIMcollab_IssuePINVOKE.BC_Issue_IsOperationAllowed__SWIG_0(swigCPtr, (int)operation, target);

        if (BIMcollab_IssuePINVOKE.SWIGPendingException.Pending)
        {
            throw BIMcollab_IssuePINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 3
0
 public bool IsOperationAllowed(BC_Operation operation, uint target)
 {
     return(this.issue.IsOperationAllowed(operation, target));
 }
Esempio n. 4
0
 public bool IsOperationAllowed(BC_Operation operation)
 {
     return(this.issue.IsOperationAllowed(operation));
 }