libsbml.ASTBase.getCPtr C# (CSharp) Méthode

getCPtr() static private méthode

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

Usage Example

Exemple #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