Singer Instruments PIXL Client
RemainingCleavesOnCurrentBlade Property (PIXLClient)
Example 



SI.PIXL.Client Namespace > PIXLClient Class : RemainingCleavesOnCurrentBlade Property
Get the estimated amount of cleaves that remain on the current blade.
Syntax
'Declaration
 
Public ReadOnly Property RemainingCleavesOnCurrentBlade As Integer
'Usage
 
Dim instance As PIXLClient
Dim value As Integer
 
value = instance.RemainingCleavesOnCurrentBlade
public int RemainingCleavesOnCurrentBlade {get;}
public:
property int RemainingCleavesOnCurrentBlade {
   int get();
}
Example
This sample shows how to use the RemainingCleavesOnCurrentBlade property.
// Display the PIXL's remaining cleaves on the current blade on the Console.
Console.WriteLine($"PIXL has {pixl.RemainingCleavesOnCurrentBlade} cleaves on the current blade.");
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

Reference

PIXLClient Class
PIXLClient Members