public void SetElementReferenceSchema(string value)
 {
     BIMcollab_HelperPINVOKE.BC_BimSnippet_SetElementReferenceSchema(swigCPtr, value);
     if (BIMcollab_HelperPINVOKE.SWIGPendingException.Pending)
     {
         throw BIMcollab_HelperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetAttributeGuid(string value)
 {
     BIMcollab_HelperPINVOKE.BC_RelatedIssue_SetAttributeGuid(swigCPtr, value);
     if (BIMcollab_HelperPINVOKE.SWIGPendingException.Pending)
     {
         throw BIMcollab_HelperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
 public void SetElementDescription(string value)
 {
     BIMcollab_HelperPINVOKE.BC_DocumentReference_SetElementDescription(swigCPtr, value);
     if (BIMcollab_HelperPINVOKE.SWIGPendingException.Pending)
     {
         throw BIMcollab_HelperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetAttributeSnippetType(string value)
 {
     BIMcollab_HelperPINVOKE.BC_BimSnippet_SetAttributeSnippetType(swigCPtr, value);
     if (BIMcollab_HelperPINVOKE.SWIGPendingException.Pending)
     {
         throw BIMcollab_HelperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void Dispose()
 {
     lock (this) {
         if (swigCPtr.Handle != global::System.IntPtr.Zero)
         {
             if (swigCMemOwn)
             {
                 swigCMemOwn = false;
                 BIMcollab_HelperPINVOKE.delete_BC_BimSnippet(swigCPtr);
             }
             swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
         }
         global::System.GC.SuppressFinalize(this);
     }
 }
    public string GetAttributeSnippetType()
    {
        string ret = BIMcollab_HelperPINVOKE.BC_BimSnippet_GetAttributeSnippetType(swigCPtr);

        return(ret);
    }
    public string GetElementReferenceSchema()
    {
        string ret = BIMcollab_HelperPINVOKE.BC_BimSnippet_GetElementReferenceSchema(swigCPtr);

        return(ret);
    }
 public BC_BimSnippet() : this(BIMcollab_HelperPINVOKE.new_BC_BimSnippet(), true)
 {
 }
 public void SetAttributeIsExternal(bool value)
 {
     BIMcollab_HelperPINVOKE.BC_BimSnippet_SetAttributeIsExternal(swigCPtr, value);
 }
Exemple #10
0
 public BC_DocumentReference() : this(BIMcollab_HelperPINVOKE.new_BC_DocumentReference(), true)
 {
 }
    public string GetAttributeGuid()
    {
        string ret = BIMcollab_HelperPINVOKE.BC_RelatedIssue_GetAttributeGuid(swigCPtr);

        return(ret);
    }
Exemple #12
0
    public bool GetAttributeIsExternal()
    {
        bool ret = BIMcollab_HelperPINVOKE.BC_DocumentReference_GetAttributeIsExternal(swigCPtr);

        return(ret);
    }
Exemple #13
0
    public string GetAttributeGuid()
    {
        string ret = BIMcollab_HelperPINVOKE.BC_DocumentReference_GetAttributeGuid(swigCPtr);

        return(ret);
    }
Exemple #14
0
    public string GetElementDescription()
    {
        string ret = BIMcollab_HelperPINVOKE.BC_DocumentReference_GetElementDescription(swigCPtr);

        return(ret);
    }
 public BC_RelatedIssue() : this(BIMcollab_HelperPINVOKE.new_BC_RelatedIssue(), true)
 {
 }
    public bool GetAttributeIsExternal()
    {
        bool ret = BIMcollab_HelperPINVOKE.BC_BimSnippet_GetAttributeIsExternal(swigCPtr);

        return(ret);
    }
Exemple #17
0
 public void SetAttributeIsExternal(bool value)
 {
     BIMcollab_HelperPINVOKE.BC_DocumentReference_SetAttributeIsExternal(swigCPtr, value);
 }