Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping.Providers Namespace / Package Class / Compose Method / Compose(Decimal) Method
Maximum weight that the package should have
In This Topic
    Compose(Decimal) Method
    In This Topic
    Composes the package such that it is no more than the given maximum weight. If the weight is greater than the maximum weight, splits this package in multiple packages. i.e; Multiplier is updated.
    Syntax
    public void Compose( 
       decimal maxWeight
    )

    Parameters

    maxWeight
    Maximum weight that the package should have
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also