getCPtr() static private method

static private getCPtr ( LocalParameter obj ) : HandleRef
obj LocalParameter
return System.Runtime.InteropServices.HandleRef
Exemplo n.º 1
0
        int addLocalParameter(LocalParameter p)
        {
            int ret = libsbmlPINVOKE.KineticLaw_addLocalParameter(swigCPtr, LocalParameter.getCPtr(p));

            return(ret);
        }
Exemplo n.º 2
0
 LocalParameter(LocalParameter orig) : this(libsbmlPINVOKE.new_LocalParameter__SWIG_2(LocalParameter.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }