This document is archived and information here might be outdated. Recommended version. |
Update the analysis context for the solver.
[Visual Basic .NET] Public Sub UpdateContext ( _ ByVal NAContext As INAContext, _ ByVal network As IDENetworkDataset, _ ByVal messages As IGPMessages _ )
[C#] public void UpdateContext ( INAContext NAContext, IDENetworkDataset network, IGPMessages messages );
[C++]
HRESULT UpdateContext(
INAContext* NAContext,
IDENetworkDataset* network,
IGPMessages* messages
);
[C++] Parameters NAContext [in]
NAContext is a parameter of type INAContext* network [in]
network is a parameter of type IDENetworkDataset* messages [in]
messages is a parameter of type IGPMessages*
UpdateContext updates the NAContext based on the current solver settings.