libsbmlcs.SBMLReactionConverter.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

Example #1
0
 SBMLReactionConverter(SBMLReactionConverter obj) : this(libsbmlPINVOKE.new_SBMLReactionConverter__SWIG_1(SBMLReactionConverter.getCPtr(obj)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }