RtBaseline_RunCase
The RtBaseline_RunCase method/function runs a specific case action. In this way, you can interact with the analysis by running it.
Web Method Synopsis (C# Syntax)
public bool RtBaseline\_RunCase(
string sAFAnalysisPath,
string dCaseStartTime,
int iAction);
Output Result
BOOL ® Returns a TRUE/FALSE flag, indicating whether or not the action has succeeded.
Input Parameters
sAFAnalysisPath (STRING) ® Sigmafine AFAnalysis path. Specify the Sigmafine specific path according to the model configuration with the following format: \\Server\Database\Model\AFAnalysis.
dCaseStartTime (DATETIME) ® Start time of the AFCase specified in standard XML format.
iAction (INTEGER32) ® This integer indicates the action over the case. It can be:
0 ® None/Invalid
1 ® CollectElements
2 ® CollectTransfers
3 ® CollectInputs
4 ® Validate (in AF 2 the Validate does not exists anymore, so an empty string in returned)
5 ® Run
6 ® Publish