libsbmlcs.Model.removeUnitDefinition C# (CSharp) Method

removeUnitDefinition() public method

public removeUnitDefinition ( long n ) : UnitDefinition
n long
return UnitDefinition
        public UnitDefinition removeUnitDefinition(long n)
        {
            IntPtr cPtr = libsbmlPINVOKE.Model_removeUnitDefinition__SWIG_0(swigCPtr, n);
            UnitDefinition ret = (cPtr == IntPtr.Zero) ? null : new UnitDefinition(cPtr, true);
            return ret;
        }

Same methods

Model::removeUnitDefinition ( string sid ) : UnitDefinition
Model