libsbml.SBase.getMetaId C# (CSharp) Method

getMetaId() public method

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