CmcToolsCompute(CmcEntry, String, String, BackgroundWorker, DoWorkEventArgs) Method
Compute CMC
Namespace: Metas.Vna.Calibration.ConfigAssembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
public static void Compute(
ref CmcEntry cmcEntry,
string outputDir,
string rootPathDb,
BackgroundWorker worker = null,
DoWorkEventArgs e = null
)
Public Shared Sub Compute (
ByRef cmcEntry As CmcEntry,
outputDir As String,
rootPathDb As String,
Optional worker As BackgroundWorker = Nothing,
Optional e As DoWorkEventArgs = Nothing
)
public:
static void Compute(
CmcEntry^% cmcEntry,
String^ outputDir,
String^ rootPathDb,
BackgroundWorker^ worker = nullptr,
DoWorkEventArgs^ e = nullptr
)
static member Compute :
cmcEntry : CmcEntry byref *
outputDir : string *
rootPathDb : string *
?worker : BackgroundWorker *
?e : DoWorkEventArgs
(* Defaults:
let _worker = defaultArg worker null
let _e = defaultArg e null
*)
-> unit
Parameters
- cmcEntry CmcEntry
- CMC Entry
- outputDir String
- Output Directory
- rootPathDb String
- Root Path Database
- worker BackgroundWorker (Optional)
- Background Worker
- e DoWorkEventArgs (Optional)
- Do Work Event Arguments