libsbml.SBMLTransforms.mapComponentValues C# (CSharp) Method

mapComponentValues() public static method

public static mapComponentValues ( Model m ) : IdList
m Model
return IdList
        public static IdList mapComponentValues(Model m)
        {
            IdList ret = new IdList(libsbmlPINVOKE.SBMLTransforms_mapComponentValues(Model.getCPtr(m)), true);
            return ret;
        }