libsbml.SBase.getURI C# (CSharp) 메소드

getURI() 공개 메소드

public getURI ( ) : string
리턴 string
        public string getURI()
        {
            string ret = libsbmlPINVOKE.SBase_getURI(swigCPtr);
            return ret;
        }
SBase