com.esri.arcgis.geodatabase
Interface ISurfaceIntersectionEvents
- All Superinterfaces:
- EventListener, Serializable
- All Known Implementing Classes:
- ISurfaceIntersectionEventsAdapter, ISurfaceIntersectionEventsProxy
public interface ISurfaceIntersectionEvents
- extends EventListener, Serializable
Provides access to events that occur with a surface intersection process.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
onIntersect
void onIntersect(ISurfaceIntersectionEventsOnIntersectEvent theEvent)
throws IOException,
AutomationException
- This event is fired when the difference/depth-surface has been completed.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.