libsbml.SBaseExtensionPoint.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

Beispiel #1
0
 long getNumExtension(SBaseExtensionPoint extPoint)
 {
     return((long)libsbmlPINVOKE.SBMLExtensionRegistry_getNumExtension(swigCPtr, SBaseExtensionPoint.getCPtr(extPoint)));
 }
All Usage Examples Of libsbml.SBaseExtensionPoint::getCPtr