libsbml.ASTBase.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

コード例 #1
0
        int replaceChild(long n, ASTBase newChild, bool delreplaced)
        {
            int ret = libsbmlPINVOKE.ASTBasePlugin_replaceChild(swigCPtr, n, ASTBase.getCPtr(newChild), delreplaced);

            return(ret);
        }
All Usage Examples Of libsbml.ASTBase::getCPtr