libsbml.XMLErrorLog.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

 XMLErrorLog(XMLErrorLog other) : this(libsbmlPINVOKE.new_XMLErrorLog__SWIG_1(XMLErrorLog.getCPtr(other)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
All Usage Examples Of libsbml.XMLErrorLog::getCPtr