FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFigure..::..hasProperty Method

checks if a property exist

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

Syntax


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

Parameters

propertyName
Type: String
name of the property

Return Value

true if the specified property name has property; otherwise, false.