 | ArmSpeed Property |
Speed in 0.1mm /sec (optimal 3 shoots / sec), range 20 to 999, default 270
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic abstract int Speed { get; set; }
Public MustOverride Property Speed As Integer
Get
Set
public:
virtual property int Speed {
int get () abstract;
void set (int value) abstract;
}
abstract Speed : int with get, set
Property Value
Type:
Int32
See Also