コード例 #1
0
    public bool MoveComponentIteratorToIfcGuid(string ifcGuid)
    {
        bool ret = BIMcollab_ViewPointPINVOKE.BC_ViewPoint_MoveComponentIteratorToIfcGuid(swigCPtr, ifcGuid);

        if (BIMcollab_ViewPointPINVOKE.SWIGPendingException.Pending)
        {
            throw BIMcollab_ViewPointPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }