FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..hasFigure Method

checks if a figure exists within the model

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

Syntax


public bool hasFigure(
	string sFigureID
)
Public Function hasFigure ( _
	sFigureID As String _
) As Boolean
public:
bool^ hasFigure(
	String^ sFigureID
)

Parameters

sFigureID
Type: String
The s figure identifier.

Return Value

true if the specified s figure identifier has figure; otherwise, false.