TrackViewSegmentItem Class

Individual viewable segment within a track view layer.

Definition

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

Constructors

TrackViewSegmentItemInitializes a new instance of the TrackViewSegmentItem class

Properties

Depth Get/Set the depth of this segment.
EndOffset Get/Set a reference to the ending offset.
Line Get/Set a reference to the line representing this segment, in world coordinates.
Operation Get/Set a reference to the pattern operation from which this segment was created.
ParentLayer Get/Set a reference to the layer of which this item is a member.
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.
Visible Get/Set the visibility state 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.
mLine Private member for Line.
mOperation Private member for Operation.
mParentLayer Private member for ParentLayer.
mSegmentType Private member for SegmentType.
mStartOffset Private member for StartOffset.
mTargetDepth Private member for TargetDepth.
mVisible Private member for Visible.

See Also