Scale.CapZeroScale Property
2/27/2008
Indicates whether an application can set scale weight to zero.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapZeroScale As Boolean
public abstract bool CapZeroScale { get; }
public:
virtual property bool CapZeroScale {
bool get () abstract;
}
/** @property */
public abstract boolean get_CapZeroScale ()
public abstract function get CapZeroScale () : boolean
Remarks
Set to true if the application can set the scale weight to zero. Otherwise it is false, indicating that the scale does not support programmatic zeroing.
CapZeroScale 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
Scale.ZeroScale Method