FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFigure..::..removeProperties Method

Removes the properties.

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

Syntax


public bool removeProperties(
	params string[] propertyNames
)
Public Function removeProperties ( _
	ParamArray propertyNames As String() _
) As Boolean
public:
bool^ removeProperties(
	... array<String^>^ propertyNames
)

Parameters

propertyNames
Type: array<String>[]()[][]
The property names.

Return Value

true if XXXX, false otherwise.