FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..loadModelXMLFile Method

loads the xml model from a file

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

Syntax


public bool loadModelXMLFile(
	string sFilePath
)
Public Function loadModelXMLFile ( _
	sFilePath As String _
) As Boolean
public:
bool^ loadModelXMLFile(
	String^ sFilePath
)

Parameters

sFilePath
Type: String
path to the file

Return Value

true if XXXX, false otherwise.