libsbml.SBMLNamespaces.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

示例#1
0
 RateRule(SBMLNamespaces sbmlns) : this(libsbmlPINVOKE.new_RateRule__SWIG_1(SBMLNamespaces.getCPtr(sbmlns)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
All Usage Examples Of libsbml.SBMLNamespaces::getCPtr