FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getStepCount Method

Gets the step count.

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

Syntax


public Dictionary<string, int> getStepCount(
	string sXML
)
Public Function getStepCount ( _
	sXML As String _
) As Dictionary(Of String, Integer)
public:
Dictionary<String^, int^>^ getStepCount(
	String^ sXML
)

Parameters

sXML
Type: String
The s XML.

Return Value

Dictionary<System.String, System.Int32>.