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


INAServiceAreaSolver.ExcludeSourcesFromPolygons Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServiceAreaSolver Interface > INAServiceAreaSolver.ExcludeSourcesFromPolygons Property
ArcGIS Developer Help

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