public void GetThumbnail(byte[] pData, uint size)
 {
     BIMcollab_SnapShotPINVOKE.BC_SnapShot_GetThumbnail(swigCPtr, pData, size);
     if (BIMcollab_SnapShotPINVOKE.SWIGPendingException.Pending)
     {
         throw BIMcollab_SnapShotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public override void Dispose()
 {
     lock (this) {
         if (swigCPtr.Handle != global::System.IntPtr.Zero)
         {
             if (swigCMemOwn)
             {
                 swigCMemOwn = false;
                 BIMcollab_SnapShotPINVOKE.delete_BC_SnapShot(swigCPtr);
             }
             swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
         }
         global::System.GC.SuppressFinalize(this);
         base.Dispose();
     }
 }
    public uint GetThumbnailSize()
    {
        uint ret = BIMcollab_SnapShotPINVOKE.BC_SnapShot_GetThumbnailSize(swigCPtr);

        return(ret);
    }
    public bool HasThumbnail()
    {
        bool ret = BIMcollab_SnapShotPINVOKE.BC_SnapShot_HasThumbnail(swigCPtr);

        return(ret);
    }
    public bool HasImage()
    {
        bool ret = BIMcollab_SnapShotPINVOKE.BC_SnapShot_HasImage(swigCPtr);

        return(ret);
    }
 internal BC_SnapShot(global::System.IntPtr cPtr, bool cMemoryOwn) : base(BIMcollab_SnapShotPINVOKE.BC_SnapShot_SWIGUpcast(cPtr), cMemoryOwn)
 {
     swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
 }
 public BC_SnapShot() : this(BIMcollab_SnapShotPINVOKE.new_BC_SnapShot(), true)
 {
 }