OperationLayoutItem Class

Definition of display and tool tracking offsets.

Definition

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

Constructors

OperationLayoutItemInitializes a new instance of the OperationLayoutItem class

Properties

ActionType Get/Set the action type to plot for this element.
DisplayEndOffset Get/Set a reference to the end offset of the display.
DisplayStartOffset Get/Set a reference to the start offset of the display.
Operation Get/Set a reference to the associated operation.
StartAngle Get/Set the start angle of the operation.
SweepAngle Get/Set the sweep angle of the operation.
ToolEndOffset Get/Set a reference to the end offset of the tool.
ToolStartOffset Get/Set a reference to the start offset of the tool.

Methods

Clone Return a deep clone of the provided operation layout item.
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

mActionType Private member for ActionType.
mDisplayEndOffset Private member for DisplayEndOffset.
mDisplayStartOffset Private member for DisplayStartOffset.
mOperation Private member for Operation.
mStartAngle Private member for StartAngle.
mSweepAngle Private member for SweepAngle.
mToolEndOffset Private member for ToolEndOffset.
mToolStartOffset Private member for ToolStartOffset.

See Also