LayoutActionType Enumeration

Enumeration of recognized layout actions.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public enum LayoutActionType

Members

None0 No layout action defined or unknown.
DrawArc1 Plot an arc.
DrawEllipse2 Plot an ellipse.
DrawLine3 Plot a line.
DrawRectangle4 Plot a rectangle.
FillEllipse5 Plot a filled ellipse.
FillRectangle6 Plot a filled rectangle.
MoveExplicit7 Move the tool explicitly as a part of the project.
MoveImplicit8 Move the tool implicitly as a part of the present action.
Point9 Drill a hole.

See Also