This document is archived and information here might be outdated. Recommended version. |
Creates the analysis context for the solver.
[Visual Basic .NET] Public Function CreateContext ( _ ByVal network As IDENetworkDataset, _ ByVal Name As String _ ) As INAContext
[C#] public INAContext CreateContext ( IDENetworkDataset network, string Name );
[C++]
HRESULT CreateContext(
IDENetworkDataset* network,
BSTR Name
);
[C++] Parameters network [in]
network is a parameter of type IDENetworkDataset* Name [in]
Name is a parameter of type BSTR
CreateContext creates an NAContext for a network analyst solver.