Click or drag to resize

EngineHubSetDir Method

Sets the Engine.Direction property on the server.

Namespace:  RRAutoLib.Remoting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<HubMethodNameAttribute("SetDir")>
Public Sub SetDir ( 
	strEngineID As String,
	strDirection As String
)

Parameters

strEngineID
Type: SystemString
Value corresponding to the Engine.ID.
strDirection
Type: SystemString
Valid values are: "F" for forward; "R" for reverse.
See Also