ArcObjects Library Reference (NetworkAnalyst)  

INAServiceAreaSolver.ExcludeSourcesFromPolygons Property

A collection of network source names to NOT use when generating polygons.

[Visual Basic .NET]
Public Property ExcludeSourcesFromPolygons As IStringArray
[C#]
public IStringArray ExcludeSourcesFromPolygons {get; set;}
[C++]
HRESULT get_ExcludeSourcesFromPolygons(
  IStringArray** networkSourceNames
);
[C++]
HRESULT put_ExcludeSourcesFromPolygons(
  IStringArray* networkSourceNames
);
[C++]

Parameters

networkSourceNames [out, retval]

  networkSourceNames is a parameter of type IStringArray

networkSourceNames [in]

  networkSourceNames is a parameter of type IStringArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

ExcludeSourcesFromPolygons specifies if certain network sources should be excluded from the service area polygon generation. A service area on a multi-modal network where only one mode is being used to compute the service area would get a more appropriate shape if other modes are excluded from the polygons.

See Also

INAServiceAreaSolver Interface