com.esri.arcgis.schematic
Class INgProjectEventsNameOfDigitNodeEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.schematic.INgProjectEventsNameOfDigitNodeEvent
- All Implemented Interfaces:
- Serializable
public class INgProjectEventsNameOfDigitNodeEvent
- extends EventObject
Description
This event procedure must be used to specify the name of the 'nodeType' node element type which is being created in the diagram 'diagram' at the 'point' position.
Because of Schematics data-driven philosophy, it is better to create the associated element in the database during the event procedure execution. If you do not create them, your new elements will not be displayed after having updated the diagram or the next time this diagram is opened again.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
INgProjectEvents.isDigitMadeByFramework(com.esri.arcgis.schematic.INgProjectEventsIsDigitMadeByFrameworkEvent),
INgProjectEvents.isDigitTypeEnabled(com.esri.arcgis.schematic.INgProjectEventsIsDigitTypeEnabledEvent),
INgDiagram.createNode(com.esri.arcgis.schematic.INgElementType, String, double, double, boolean),
Serialized Form
INgProjectEventsNameOfDigitNodeEvent
public INgProjectEventsNameOfDigitNodeEvent(Object source)
init
public void init(INgElementType nodeType,
INgDiagram diagram,
INgPoint point,
String[] name)
getNodeType
public final INgElementType getNodeType()
getDiagram
public final INgDiagram getDiagram()
getPoint
public final INgPoint getPoint()
getName
public final String getName()
setName
public final void setName(String name)