libsbml.SBase.getName C# (CSharp) Method

getName() public method

public getName ( ) : string
return string
        public new string getName()
        {
            string ret = libsbmlPINVOKE.SBase_getName(swigCPtr);
            return ret;
        }
SBase