libsbmlcs.Date.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

Example #1
0
        int addModifiedDate(Date date)
        {
            int ret = libsbmlPINVOKE.ModelHistory_addModifiedDate(swigCPtr, Date.getCPtr(date));

            return(ret);
        }
All Usage Examples Of libsbmlcs.Date::getCPtr