com.esri.arcgis.schematic
Class INgProjectEventsOnConnectionChangeEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.schematic.INgProjectEventsOnConnectionChangeEvent
- All Implemented Interfaces:
- Serializable
public class INgProjectEventsOnConnectionChangeEvent
- extends EventObject
Description
The event procedure indicates that the connections of the link ‘link’ in the view ‘view’ have been modified.
When this event is fired, the link which is being disconnected to its initial origin and/or extremity node can:
- have its FromNode and/or ToNode property set to NULL (case of a link which has just been disconnected without being reconnected to other existing nodes)
- have not NULL FromNode and ToNode properties: In the same user operation, the link has been disconnected and reconnected to an existing origin or extremity node.
By default, for disconnecting any link, you must enable the Edit/Move mode and maintain the Ctrl keyboard key pressed. In this case, any link's connection clicked and moved will be graphically modified.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
- Serialized Form
INgProjectEventsOnConnectionChangeEvent
public INgProjectEventsOnConnectionChangeEvent(Object source)
init
public void init(INgView view,
INgLink link)
getView
public final INgView getView()
getLink
public final INgLink getLink()