FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFigure..::..moveFigure Method

moves the figure

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public bool moveFigure(
	moveDirection oDirection,
	int iLength
)
Public Function moveFigure ( _
	oDirection As moveDirection, _
	iLength As Integer _
) As Boolean
public:
bool^ moveFigure(
	moveDirection^ oDirection, 
	int^ iLength
)

Parameters

oDirection
Type: FlowWright.cDevDecisionEngine..::..moveDirection
direction to move
iLength
Type: Int32
length to move

Return Value

true if XXXX, false otherwise.