This document is archived and information here might be outdated.  Recommended version.


INetSolver.SourceNetwork Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetSolver Interface > INetSolver.SourceNetwork Property
ArcGIS Developer Help

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