ArcObjects Library Reference (Controls)  

IEngineNetworkAnalystHelper.Solve Method

Solve for current network locations.

[Visual Basic .NET]
Public Sub Solve ( _
)
[C#]
public void Solve (
);
[C++]
HRESULT Solve(
void
);

Product Availability

Available with ArcGIS Engine.

Description

Solve performs network analysis based upon the IEngineNAWindow::ActiveAnalysis layer and the NAContext.

See Also

IEngineNetworkAnalystHelper Interface