libsbml.Priority.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

Beispiel #1
0
 Priority(Priority orig) : this(libsbmlPINVOKE.new_Priority__SWIG_2(Priority.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
All Usage Examples Of libsbml.Priority::getCPtr