FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deIStepEngineContext..::..setFigureProperty Method

Sets the figure property.

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

Syntax


void setFigureProperty(
	string propertyName,
	string propertyValue
)
Sub setFigureProperty ( _
	propertyName As String, _
	propertyValue As String _
)
void setFigureProperty(
	String^ propertyName, 
	String^ propertyValue
)

Parameters

propertyName
Type: String
Name of the property.
propertyValue
Type: String
The property value.