TrackViewLayerItem Class

Information about an individual track view layer.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class TrackViewLayerItem
Inheritance
Object    TrackViewLayerItem

Constructors

TrackViewLayerItemInitializes a new instance of the TrackViewLayerItem class

Properties

CurrentDepth Get/Set the current depth assigned to this segment.
Segments Get a reference to the collection of segments in this layer.
TargetDepth Get/Set the target depth for this cut.
ToolName Get/Set the name of the selected tool for this layer.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

mCurrentDepth Private member for CurrentDepth.
mSegments Private member for Segments.
mTargetDepth Private member for TargetDepth.
mToolName Private member for ToolName.

See Also