public virtual void Dispose()
 {
     lock (this) {
         if (swigCPtr.Handle != global::System.IntPtr.Zero)
         {
             if (swigCMemOwn)
             {
                 swigCMemOwn = false;
                 BIMcollab_ControllableDataPINVOKE.delete_BC_ControllableData(swigCPtr);
             }
             swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
         }
         global::System.GC.SuppressFinalize(this);
     }
 }
 public BC_ControllableData() : this(BIMcollab_ControllableDataPINVOKE.new_BC_ControllableData(), true)
 {
 }