Singer Instruments PIXL Client
PickupLineRemainingInMeters Property (PIXLClient)
Example 



SI.PIXL.Client Namespace > PIXLClient Class : PickupLineRemainingInMeters Property
Get the estimated amount of PickupLine remaining (in meters) on the current reel.
Syntax
'Declaration
 
Public ReadOnly Property PickupLineRemainingInMeters As Double
'Usage
 
Dim instance As PIXLClient
Dim value As Double
 
value = instance.PickupLineRemainingInMeters
public double PickupLineRemainingInMeters {get;}
public:
property double PickupLineRemainingInMeters {
   double get();
}
Example
This sample shows how to use the PickupLineRemainingInMeters property.
// Display the PIXL's remaining PickupLine on the current reel on the Console.
Console.WriteLine($"PIXL has used {pixl.PickupLineRemainingInMeters}m of PickupLine from the current reel.");
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