com.esri.arcgis.schematic
Class INgProjectEventsIsDigitMadeByFrameworkEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.schematic.INgProjectEventsIsDigitMadeByFrameworkEvent
- All Implemented Interfaces:
- Serializable
public class INgProjectEventsIsDigitMadeByFrameworkEvent
- extends EventObject
Description
Generally, the schematic elements digitizing mode is activated by using the INgProject SetInteractor method, but you can also trigger the predefined CommandSetDigitMode command to activate this mode. In this case, the CommandSetDigitMode triggering automatically opens the predefined 'Select element type to create' dialog box. If you do not want this predefined dialog box to be opened and if you want to open your own applicative dialog box, you need to customize the IsDigitMadeByFramework event.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
INgProjectEvents.isDigitEnabled(com.esri.arcgis.schematic.INgProjectEventsIsDigitEnabledEvent),
Serialized Form
INgProjectEventsIsDigitMadeByFrameworkEvent
public INgProjectEventsIsDigitMadeByFrameworkEvent(Object source)
init
public void init(boolean[] digitByFramework)
getDigitByFramework
public final boolean getDigitByFramework()
setDigitByFramework
public final void setDigitByFramework(boolean digitByFramework)