getCPtr() static private method

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

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