This document is archived and information here might be outdated. Recommended version. |
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.