TrackViewLayerCollectionConvert Method
Return a new track view layer collection from the caller's basic track
layer collection.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static TrackViewLayerCollection Convert(
TrackLayerCollection tracks,
float zMagnification
)
Public Shared Function Convert (
tracks As TrackLayerCollection,
zMagnification As Single
) As TrackViewLayerCollection
No code example is currently available or this language may not be supported.
- 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.
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.