FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeDefinition Method

removes the definition

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

Syntax


public bool removeDefinition(
	string defID,
	bool removeInstances
)
Public Function removeDefinition ( _
	defID As String, _
	removeInstances As Boolean _
) As Boolean
public:
bool^ removeDefinition(
	String^ defID, 
	bool^ removeInstances
)

Parameters

defID
Type: String
ID of the definition
removeInstances
Type: Boolean
remove instances for the definition

Return Value

bool