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

getMetaId() 공개 메소드

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