This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INASolver Interface > INASolver.CreateContext Method (ArcObjects .NET 10.4 SDK) |
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,
INAContext** NAContext
);
[C++]
Parameters network [in]
network is a parameter of type IDENetworkDataset Name [in] Name is a parameter of type BSTR NAContext [out, retval]
NAContext is a parameter of type INAContext
CreateContext creates an NAContext for a network analyst solver.