FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..saveModelXML Method

saves the xml model

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

Syntax


public bool saveModelXML(
	string xmlFilePath
)
Public Function saveModelXML ( _
	xmlFilePath As String _
) As Boolean
public:
bool^ saveModelXML(
	String^ xmlFilePath
)

Parameters

xmlFilePath
Type: String
path to the file

Return Value

true if XXXX, false otherwise.