libsbml.XMLNode.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

Exemplo n.º 1
0
 XMLNode(XMLNode orig) : this(libsbmlPINVOKE.new_XMLNode__SWIG_15(XMLNode.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
All Usage Examples Of libsbml.XMLNode::getCPtr