Table of Contents

Interface IFileTimeSection

Namespace
Hi.Mappings
Assembly
HiGeom.dll

A file plus the time window of it that maps onto a range of machining steps. The window is expressed in whichever form the referenced sensor file uses — a relative TimeSpan timecode, an absolute DateTime, or both. Concrete forms: FileTimecodeSection (A), FileDateTimeSection (B), FileTimecodeDateTimeSection (C).

These are pure data carriers — turning an absolute DateTime form into a relative timecode is done once at the mapping boundary against the project-scoped mapping anchor, not by a method here.

public interface IFileTimeSection : IMakeXmlSource
Inherited Members
Extension Methods

Properties

File

Relative path of the referenced (sensor) file.

string File { get; set; }

Property Value

string