Ineraction
Interaction
Sets the initial interaction mode when the figure is generated.
These correspond to the 7 tool bar buttons shown here
The Interaction modes are enumerated values.
Fig.Interaction = eInteraction
eInteraction: (Enumeration)
Default: None
Enum eInteraction
None = 0
Edit = 1
Zoom = 2
ZoomX = 3
ZoomY = 4
Pan = 5
PanX = 6
PanY = 7
Rotate = 8
Cursor = 9
Brush = 10
End Enum