示例#1
0
    public bool MoveComponentIteratorToNext()
    {
        bool ret = BIMcollab_ViewPointPINVOKE.BC_ViewPoint_MoveComponentIteratorToNext(swigCPtr);

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