FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsOCR..::..hasRegionName Method

Determines whether [has region name] [the specified s region name].

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

Syntax


public bool hasRegionName(
	string sRegionName,
	string sRegionID
)
Public Function hasRegionName ( _
	sRegionName As String, _
	sRegionID As String _
) As Boolean
public:
bool^ hasRegionName(
	String^ sRegionName, 
	String^ sRegionID
)

Parameters

sRegionName
Type: String
Name of the s region.
sRegionID
Type: String
The s region identifier.

Return Value

true if [has region name] [the specified s region name]; otherwise, false.