com.esri.arcgis.editor
Class IEditEventsOnCreateFeatureEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.editor.IEditEventsOnCreateFeatureEvent
- All Implemented Interfaces:
- Serializable
public class IEditEventsOnCreateFeatureEvent
- extends EventObject
Remarks
Whenever a new feature is created the OnCreateFeature event is fired. The new feature is passed to all listening clients via the IObject parameter.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- See Also:
- Serialized Form
IEditEventsOnCreateFeatureEvent
public IEditEventsOnCreateFeatureEvent(Object source)
init
public void init(IObject obj)
getObj
public final IObject getObj()