com.esri.arcgis.controls
Class IMapControlEvents2OnFullExtentUpdatedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.controls.IMapControlEvents2OnFullExtentUpdatedEvent
- All Implemented Interfaces:
- Serializable
public class IMapControlEvents2OnFullExtentUpdatedEvent
- extends EventObject
Description
OnFullExtentUpdated is triggered whenever IMapControl2::FullExtent is set. For example, the event is triggered when a layer is added to the map's layer collection and its data extent is greater than any of the other layers in the layer collection.
Product Availability
Available with ArcGIS Engine.
- See Also:
- Serialized Form
IMapControlEvents2OnFullExtentUpdatedEvent
public IMapControlEvents2OnFullExtentUpdatedEvent(Object source)
init
public void init(Object displayTransformation,
Object newEnvelope)
getDisplayTransformation
public final Object getDisplayTransformation()
getNewEnvelope
public final Object getNewEnvelope()