FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFigure..::..removeProperty Method

Removes the property.

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

Syntax


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

Parameters

propertyName
Type: String
Name of the property.

Return Value

true if XXXX, false otherwise.