TrackSegmentItem Class

Individual segment within a tool track.

Definition

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

Constructors

TrackSegmentItemInitializes a new instance of the TrackSegmentItem class

Properties

Depth Get/Set the depth of this segment.
EndOffset Get/Set a reference to the ending offset.
Operation Get/Set a reference to the pattern operation from which this segment was created.
SegmentType Get/Set the type of path assigned to this segment.
StartOffset Get/Set a reference to the starting offset.
TargetDepth Get/Set the target depth of this segment.

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

mDepth Private member for Depth.
mEndOffset Private member for EndOffset.
mOperation Private member for Operation.
mSegmentType Private member for SegmentType.
mStartOffset Private member for StartOffset.
mTargetDepth Private member for TargetDepth.

See Also