 | ResultBuilderBuildHarnessResults Method |
Build MHARNESS results from a given .INP file.
Namespace: ema3d.Api.V25.ResultsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static void BuildHarnessResults(
string harnessfile,
Document document,
bool processSParam = false
)
Public Shared Sub BuildHarnessResults (
harnessfile As String,
document As Document,
Optional processSParam As Boolean = false
)
public:
static void BuildHarnessResults(
String^ harnessfile,
Document^ document,
bool processSParam = false
)
static member BuildHarnessResults :
harnessfile : string *
document : Document *
?processSParam : bool
(* Defaults:
let _processSParam = defaultArg processSParam false
*)
-> unit
Parameters
- harnessfile String
- Path to .inp file.
- document Document
- Document to create results in.
- processSParam Boolean (Optional)
- If S-Parameter results exist, whether to process these results. Defaults to FALSE.
See Also