libsbml.ListOfFunctionDefinitions.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

 static void replaceFD(ASTNode math, ListOfFunctionDefinitions lofd)
 {
     libsbmlPINVOKE.SBMLTransforms_replaceFD__SWIG_3(ASTNode.getCPtr(math), ListOfFunctionDefinitions.getCPtr(lofd));
 }
All Usage Examples Of libsbml.ListOfFunctionDefinitions::getCPtr