This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContextEdit Interface > INAContextEdit.ContextChanged Method (ArcObjects .NET 10.5 SDK) |
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
);
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.