Table of Contents

Delegate StepTimeShotUtil.GetTimeShotByFileDelegate

Namespace
Hi.Mapping
Assembly
HiMech.dll

Delegate for retrieving time shots from a file. Implementations should handle file reading, parsing, and error handling.

public delegate List<ITimeShot> StepTimeShotUtil.GetTimeShotByFileDelegate(string file)

Parameters

file string

The absolute or relative path to the file containing time shot data.

Returns

List<ITimeShot>

A list of parsed time shots, or null if reading fails.

Extension Methods