Singer Instruments PIXL Client
PickupLineUsedInMeters Property (PIXLClient)
Example 



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