Share via


Scale.CapSpecialTare Property (POS for .NET v1.14 SDK Documentation)

3/2/2014

Indicates if the scale supports special tare weight components that can be used when calculating the scale net weight.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property CapSpecialTare As Boolean
public abstract bool CapSpecialTare { get; }
public:
virtual property bool CapSpecialTare {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapSpecialTare ()
public abstract function get CapSpecialTare () : boolean

Property Value

Returns Boolean.

Remarks

Set to true if the scale supports the SetSpecialTare method; otherwise it is false and the scale can only use standard scale tare net weight calculations.

CapSpecialTare is set and updated by the service object, based on the capabilities of the device.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

Scale Class
Scale Members
Microsoft.PointOfService Namespace