Click or drag to resize

Segment Constructor

Initializes a new instance of the Segment class

Namespace: RAYLASE.Marker.BatteryPlugin
Assembly: RAYLASE.Marker.BatteryPlugin (in RAYLASE.Marker.BatteryPlugin.dll) Version: 2.44.0
Syntax
C#
public Segment(
	Guid id,
	int tabStartIndex,
	double tabLength,
	double lengthAlongBandDirection,
	double jumpTime,
	double markSpeed
)

Parameters

id  Guid

[Missing <param name="id"/> documentation for "M:RAYLASE.Marker.BatteryPlugin.Segment.#ctor(System.Guid,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

tabStartIndex  Int32

[Missing <param name="tabStartIndex"/> documentation for "M:RAYLASE.Marker.BatteryPlugin.Segment.#ctor(System.Guid,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

tabLength  Double

[Missing <param name="tabLength"/> documentation for "M:RAYLASE.Marker.BatteryPlugin.Segment.#ctor(System.Guid,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

lengthAlongBandDirection  Double

[Missing <param name="lengthAlongBandDirection"/> documentation for "M:RAYLASE.Marker.BatteryPlugin.Segment.#ctor(System.Guid,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

jumpTime  Double

[Missing <param name="jumpTime"/> documentation for "M:RAYLASE.Marker.BatteryPlugin.Segment.#ctor(System.Guid,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

markSpeed  Double

[Missing <param name="markSpeed"/> documentation for "M:RAYLASE.Marker.BatteryPlugin.Segment.#ctor(System.Guid,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

See Also