Click or drag to resize

ResultFileCollectionCreateHarness Method

Creates a ResultFileCollection based on the output of an MHARNESS Simulation.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static ResultFileCollection CreateHarness(
	string file
)

Parameters

file  String
The root .inp file.

Return Value

ResultFileCollection
A collection of results associated with the input file.
See Also