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


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

INAServiceAreaSolver2.IncludeSourceInformationOnLines Property

Indicates if the lines will have SourceID, SourceOID, from and to position information added.

[Visual Basic .NET]
Public Property IncludeSourceInformationOnLines As Boolean
[C#]
public bool IncludeSourceInformationOnLines {get; set;}
[C++]
HRESULT get_IncludeSourceInformationOnLines(
  VARIANT_BOOL Value
);
[C++]
HRESULT put_IncludeSourceInformationOnLines(
  Boolean* Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type bool Value [out, retval]
Value is a parameter of type bool*

Product Availability

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

Remarks

IncludeSourceInformationOnLines specifies if the SourceID, SourceOID, FromPosition and ToPosition fields on the SALines feature class will be populated or not.  If this property is set to true, you can use these fields on the SALines to determine the source features and position along the feature that were part of the service area.

See Also

INAServiceAreaSolver2 Interface

.NET Samples

ArcGIS Network Analyst extension Engine application