JGR MSTS Editors and Tools
TrackPath Constructor (x, y, z, rotation, sections)
NamespacesJgr.MstsTrackPathTrackPath(Double, Double, Double, Double, IEnumerable<(Of <<'(TrackSection>)>>))

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Jgr.Msts.TrackPath.#ctor(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.IEnumerable{Jgr.Msts.TrackSection})"]

Declaration Syntax
C#Visual BasicVisual C++
public TrackPath(
	double x,
	double y,
	double z,
	double rotation,
	IEnumerable<TrackSection> sections
)
Public Sub New ( _
	x As Double, _
	y As Double, _
	z As Double, _
	rotation As Double, _
	sections As IEnumerable(Of TrackSection) _
)
public:
TrackPath(
	double x, 
	double y, 
	double z, 
	double rotation, 
	IEnumerable<TrackSection^>^ sections
)
Parameters
x (Double)

[Missing <param name="x"/> documentation for "M:Jgr.Msts.TrackPath.#ctor(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.IEnumerable{Jgr.Msts.TrackSection})"]

y (Double)

[Missing <param name="y"/> documentation for "M:Jgr.Msts.TrackPath.#ctor(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.IEnumerable{Jgr.Msts.TrackSection})"]

z (Double)

[Missing <param name="z"/> documentation for "M:Jgr.Msts.TrackPath.#ctor(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.IEnumerable{Jgr.Msts.TrackSection})"]

rotation (Double)

[Missing <param name="rotation"/> documentation for "M:Jgr.Msts.TrackPath.#ctor(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.IEnumerable{Jgr.Msts.TrackSection})"]

sections (IEnumerable<(Of <(<'TrackSection>)>)>)

[Missing <param name="sections"/> documentation for "M:Jgr.Msts.TrackPath.#ctor(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.IEnumerable{Jgr.Msts.TrackSection})"]

Assembly: JGR.MSTS (Module: JGR.MSTS) Version: 0.5.4008.31682