FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFigure..::..hasFigureAfter Method

Determines whether [has figure after] [the specified s target figure type].

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

Syntax


public bool hasFigureAfter(
	string sFigureType,
	out clsFigure oTargetFigure
)
Public Function hasFigureAfter ( _
	sFigureType As String, _
	<OutAttribute> ByRef oTargetFigure As clsFigure _
) As Boolean
public:
bool^ hasFigureAfter(
	String^ sFigureType, 
	[OutAttribute] clsFigure^% oTargetFigure
)

Parameters

sFigureType
Type: String
Type of the s figure.
oTargetFigure
Type: FlowWright.cDevDecisionEngine..::..clsFigure%
The o target figure.

Return Value

true if [has figure after] [the specified s target figure type]; otherwise, false.