This document is archived and information here might be outdated.  Recommended version.


INAContextEdit.ContextChanged Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContextEdit Interface > INAContextEdit.ContextChanged Method
ArcGIS Developer Help

INAContextEdit.ContextChanged Method

Message all of the network analysis agents that the analysis context has changed.

[Visual Basic .NET]
Public Sub ContextChanged ( _
)
[C#]
public void ContextChanged (
);
[C++]
HRESULT ContextChanged(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

ContextChanged should be called if you have changed a property of the NAContext or have added NALocationObjects and want to fire the event OnNAContextUpdated on the INAContextEvents interface.

See Also

INAContextEdit Interface

.NET Samples

ArcGIS Network Analyst extension Engine application Origin-destination cost matrix solver Route layer Service area solver Vehicle routing problem solver