예제 #1
0
    public BC_Component FindComponent(string componentGuid)
    {
        global::System.IntPtr cPtr = BIMcollab_ViewPointPINVOKE.BC_ViewPoint_FindComponent(swigCPtr, componentGuid);
        BC_Component          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new BC_Component(cPtr, false);

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