com.esri.arcgis.networkanalyst
Interface INAContextEvents2
- All Superinterfaces:
- EventListener, Serializable
- All Known Implementing Classes:
- INAContextEvents2Adapter
public interface INAContextEvents2
- extends EventListener, Serializable
Provides access to events triggered by the network analysis context.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
onBindToNetworkDataset
void onBindToNetworkDataset(INAContextEvents2OnBindToNetworkDatasetEvent theEvent)
throws IOException,
AutomationException
- Called when the network analysis context is updated.
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.