public void SetExternal(bool isExternal) { BIMcollab_IfcFilePINVOKE.BC_IfcFile_SetExternal(swigCPtr, isExternal); if (BIMcollab_IfcFilePINVOKE.SWIGPendingException.Pending) { throw BIMcollab_IfcFilePINVOKE.SWIGPendingException.Retrieve(); } }
public void SetReference(string reference) { BIMcollab_IfcFilePINVOKE.BC_IfcFile_SetReference(swigCPtr, reference); if (BIMcollab_IfcFilePINVOKE.SWIGPendingException.Pending) { throw BIMcollab_IfcFilePINVOKE.SWIGPendingException.Retrieve(); } }
public void SetDate(string date) { BIMcollab_IfcFilePINVOKE.BC_IfcFile_SetDate(swigCPtr, date); if (BIMcollab_IfcFilePINVOKE.SWIGPendingException.Pending) { throw BIMcollab_IfcFilePINVOKE.SWIGPendingException.Retrieve(); } }
public void SetSpatialStructureElementIfcGlobalId(string ifcGuid) { BIMcollab_IfcFilePINVOKE.BC_IfcFile_SetSpatialStructureElementIfcGlobalId(swigCPtr, ifcGuid); if (BIMcollab_IfcFilePINVOKE.SWIGPendingException.Pending) { throw BIMcollab_IfcFilePINVOKE.SWIGPendingException.Retrieve(); } }
public void SetProjectIfcGlobalId(string ifcGuid) { BIMcollab_IfcFilePINVOKE.BC_IfcFile_SetProjectIfcGlobalId(swigCPtr, ifcGuid); if (BIMcollab_IfcFilePINVOKE.SWIGPendingException.Pending) { throw BIMcollab_IfcFilePINVOKE.SWIGPendingException.Retrieve(); } }
public override void Dispose() { lock (this) { if (swigCPtr.Handle != global::System.IntPtr.Zero) { if (swigCMemOwn) { swigCMemOwn = false; BIMcollab_IfcFilePINVOKE.delete_BC_IfcFile(swigCPtr); } swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero); } global::System.GC.SuppressFinalize(this); base.Dispose(); } }
public string GetProjectIfcGlobalId() { string ret = BIMcollab_IfcFilePINVOKE.BC_IfcFile_GetProjectIfcGlobalId(swigCPtr); return(ret); }
public string GetReference() { string ret = BIMcollab_IfcFilePINVOKE.BC_IfcFile_GetReference(swigCPtr); return(ret); }
internal BC_IfcFile(global::System.IntPtr cPtr, bool cMemoryOwn) : base(BIMcollab_IfcFilePINVOKE.BC_IfcFile_SWIGUpcast(cPtr), cMemoryOwn) { swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr); }
public BC_IfcFile() : this(BIMcollab_IfcFilePINVOKE.new_BC_IfcFile(), true) { }
public bool IsExternal() { bool ret = BIMcollab_IfcFilePINVOKE.BC_IfcFile_IsExternal(swigCPtr); return(ret); }
public string GetSpatialStructureElementIfcGlobalId() { string ret = BIMcollab_IfcFilePINVOKE.BC_IfcFile_GetSpatialStructureElementIfcGlobalId(swigCPtr); return(ret); }