Gets / sets the position of an encoder
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
| C# |
|---|
public int Position { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Position As Integer |
| Visual C++ |
|---|
public: property int Position { int get (); void set (int value); } |