libsbml.ConversionProperties.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

Esempio n. 1
0
        bool matchesProperties(ConversionProperties props)
        {
            bool ret = libsbmlPINVOKE.SBMLLocalParameterConverter_matchesProperties(swigCPtr, ConversionProperties.getCPtr(props));

            if (libsbmlPINVOKE.SWIGPendingException.Pending)
            {
                throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
All Usage Examples Of libsbml.ConversionProperties::getCPtr