com.esri.arcgis.editor
Class IEditEvents5OnTemplatesAddedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.editor.IEditEvents5OnTemplatesAddedEvent
- All Implemented Interfaces:
- Serializable
public class IEditEvents5OnTemplatesAddedEvent
- extends EventObject
Remarks
OnTemplatesAdded is triggered whenever a feature template or set of templates are added to layers in the map. You should listen to this event if you are managing a list of templates to ensure your list remains synchronized. This event will be fired whenever a call to IEditor3.AddTemplates is made.
Product Availability
Available with ArcGIS Desktop.
- See Also:
- Serialized Form
IEditEvents5OnTemplatesAddedEvent
public IEditEvents5OnTemplatesAddedEvent(Object source)
init
public void init(IArray editTemplates)
getEditTemplates
public final IArray getEditTemplates()