 | ResultBuilderBuildE3Results Method |
Build EMA3D results from a given .EMIN file.
Namespace: ema3d.Api.V25.ResultsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static void BuildE3Results(
string eminfile,
Document document,
bool processSParam = false
)
Public Shared Sub BuildE3Results (
eminfile As String,
document As Document,
Optional processSParam As Boolean = false
)
public:
static void BuildE3Results(
String^ eminfile,
Document^ document,
bool processSParam = false
)
static member BuildE3Results :
eminfile : string *
document : Document *
?processSParam : bool
(* Defaults:
let _processSParam = defaultArg processSParam false
*)
-> unit
Parameters
- eminfile String
- Path to .emin 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