Ejemplo n.º 1
0
    public bool ContainsComponent(string componentGuid)
    {
        bool ret = BIMcollab_ViewPointPINVOKE.BC_ViewPoint_ContainsComponent(swigCPtr, componentGuid);

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