StandardTouchTool3D.Interacting Event
Occurs when a user interacts with features in a selectable layer.
Syntax
public event InteractingEventHandler Interacting
Remarks
An application can use this event to control interaction with specific features in a selectable layer. For instance you can make a specific feature selectable, but not movable. A polygon or line feature can be made movable, but not node editable. When editing large features, you may want to allow moving individual nodes, but not accidentally moving the entire feature. In addition you can also control whether adding or removing nodes is allowed.
To control which of these interactions are allowed, you should add a handler for this event, and update the FeatureInteraction flags in the InteractingEventArgs.FeatureInteractions list.
Platforms
Windows, Linux, Android