コード例 #1
0
    public BC_Component GetComponent()
    {
        global::System.IntPtr cPtr = BIMcollab_ViewPointPINVOKE.BC_ViewPoint_GetComponent(swigCPtr);
        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);
    }