com.esri.arcgis.schematic
Class INgProjectEventsIsDigitTypeEnabledEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.schematic.INgProjectEventsIsDigitTypeEnabledEvent
- All Implemented Interfaces:
- Serializable
public class INgProjectEventsIsDigitTypeEnabledEvent
- extends EventObject
Description
By default when the predefined CommandSetDigitMode command is triggered and when the digitizing is handled by Schematics, the predefined 'Select element to create' dialog box contains the list of all the element types defined for the currently opened project. The IsDigitTypeEnabled event can be customized to keep some given element type from being digitized.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
INgProjectEvents.isDigitEnabled(com.esri.arcgis.schematic.INgProjectEventsIsDigitEnabledEvent),
INgProjectEvents.isDigitMadeByFramework(com.esri.arcgis.schematic.INgProjectEventsIsDigitMadeByFrameworkEvent),
Serialized Form
INgProjectEventsIsDigitTypeEnabledEvent
public INgProjectEventsIsDigitTypeEnabledEvent(Object source)
init
public void init(INgElementType eltType,
boolean[] digit)
getEltType
public final INgElementType getEltType()
getDigit
public final boolean getDigit()
setDigit
public final void setDigit(boolean digit)