FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsEngineContext..::..figureHasProperty Method

returns if the figure has a property

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

Syntax


public bool figureHasProperty(
	string propertyName
)
Public Function figureHasProperty ( _
	propertyName As String _
) As Boolean
public:
bool^ figureHasProperty(
	String^ propertyName
)

Parameters

propertyName
Type: String
Name of the property.

Return Value

true if XXXX, false otherwise.