Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping.Providers Namespace / PackageList Class / Compose Method / Compose(Decimal,Decimal) Method
The maximum weight that a Package should have
The minimum weight that a Package should have
In This Topic
    Compose(Decimal,Decimal) Method
    In This Topic
    Composes the Packages in this list in a way so that their maximum weight does not exceed the given maximum value and is not below the given minimum value.
    Syntax
    public void Compose( 
       decimal maxWeight,
       decimal minWeight
    )

    Parameters

    maxWeight
    The maximum weight that a Package should have
    minWeight
    The minimum weight that a 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