Click or drag to resize

ResultBuilderBuildE3Results Method

Build EMA3D results from a given .EMIN file.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static void BuildE3Results(
	string eminfile,
	Document document,
	bool processSParam = false
)

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