libsbml.LocalParameter.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( LocalParameter obj ) : HandleRef
obj LocalParameter
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(LocalParameter obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }

Usage Example

Esempio n. 1
0
        int addLocalParameter(LocalParameter p)
        {
            int ret = libsbmlPINVOKE.KineticLaw_addLocalParameter(swigCPtr, LocalParameter.getCPtr(p));

            return(ret);
        }
All Usage Examples Of libsbml.LocalParameter::getCPtr