libsbmlcs.ASTNode.getPlugin C# (CSharp) 메소드

getPlugin() 공개 메소드

public getPlugin ( long n ) : ASTBasePlugin
n long
리턴 ASTBasePlugin
        public new ASTBasePlugin getPlugin(long n)
        {
            IntPtr cPtr = libsbmlPINVOKE.ASTNode_getPlugin__SWIG_2(swigCPtr, n);
            ASTBasePlugin ret = (cPtr == IntPtr.Zero) ? null : new ASTBasePlugin(cPtr, false);
            return ret;
        }

Same methods

ASTNode::getPlugin ( string package ) : ASTBasePlugin