ArcObjects Library Reference (NetworkAnalysis)  

INetSolver.SourceNetwork Property

Source network to be used in this solver.

[Visual Basic .NET]
Public WriteOnly Property SourceNetwork
[C#]
public void SourceNetwork {set;}
[C++]
HRESULT putref_SourceNetwork(
  INetwork* 
);
[C++]

Parameters

[in]

   is a parameter of type INetwork

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The SourceNetwork is the network on which you want to solve.

See Also

INetSolver Interface