libsbml.CVTermList.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

 public static void parseRDFAnnotation(XMLNode annotation, CVTermList CVTerms, string metaId, XMLInputStream stream)
 {
     libsbmlPINVOKE.RDFAnnotationParser_parseRDFAnnotation__SWIG_4(XMLNode.getCPtr(annotation), CVTermList.getCPtr(CVTerms), metaId, XMLInputStream.getCPtr(stream));
 }
All Usage Examples Of libsbml.CVTermList::getCPtr