libsbml.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

 static void replaceFD(ASTNode math, FunctionDefinition fd, IdList idsToExclude)
 {
     libsbmlPINVOKE.SBMLTransforms_replaceFD__SWIG_0(ASTNode.getCPtr(math), FunctionDefinition.getCPtr(fd), IdList.getCPtr(idsToExclude));
 }
All Usage Examples Of libsbml.IdList::getCPtr