TrackViewLayerCollectionConvert Method

Return a new track view layer collection from the caller's basic track layer collection.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static TrackViewLayerCollection Convert(
	TrackLayerCollection tracks,
	float zMagnification
)

Parameters

tracks  TrackLayerCollection
Reference to a basic track layer collection more suitable for plotting.
zMagnification  Single
The Z magnification at which to display the tracks from the surface.

Return Value

TrackViewLayerCollection
Reference to a track view layer collection more suitable for 3D display. This type of object contains all of the point-to-point movements as individual lines of a certain type.

See Also