libsbml.ASTBase.isTopLevelMathMLFunctionNodeTag C# (CSharp) Method

isTopLevelMathMLFunctionNodeTag() public method

public isTopLevelMathMLFunctionNodeTag ( string name ) : bool
name string
return bool
        public bool isTopLevelMathMLFunctionNodeTag(string name)
        {
            bool ret = libsbmlPINVOKE.ASTBase_isTopLevelMathMLFunctionNodeTag(swigCPtr, name);
            return ret;
        }