libsbml.Model.removeSpeciesType C# (CSharp) Method

removeSpeciesType() public method

public removeSpeciesType ( long n ) : SpeciesType
n long
return SpeciesType
        public SpeciesType removeSpeciesType(long n)
        {
            IntPtr cPtr = libsbmlPINVOKE.Model_removeSpeciesType__SWIG_0(swigCPtr, n);
            SpeciesType ret = (cPtr == IntPtr.Zero) ? null : new SpeciesType(cPtr, true);
            return ret;
        }

Same methods

Model::removeSpeciesType ( string sid ) : SpeciesType
Model