libsbmlcs.IdList.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

Esempio n. 1
0
 static void replaceFD(ASTNode math, ListOfFunctionDefinitions lofd, IdList idsToExclude)
 {
     libsbmlPINVOKE.SBMLTransforms_replaceFD__SWIG_2(ASTNode.getCPtr(math), ListOfFunctionDefinitions.getCPtr(lofd), IdList.getCPtr(idsToExclude));
 }
All Usage Examples Of libsbmlcs.IdList::getCPtr