libsbmlcs.ASTBase.getTypeFromName C# (CSharp) Method

getTypeFromName() public method

public getTypeFromName ( string name ) : int
name string
return int
        public int getTypeFromName(string name)
        {
            int ret = libsbmlPINVOKE.ASTBase_getTypeFromName(swigCPtr, name);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }