ArcObjects Library Reference (NetworkAnalyst)  

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(
  VARIANT_BOOL Value
);
[C++]

Parameters

Value [out, retval]   Value is a parameter of type VARIANT_BOOL Value [in]   Value is a parameter of type VARIANT_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 Snippets

Set Service Area Properties | Set Service Area Properties2 | Statements - Set Service Area Properties

.NET Samples

ArcGIS Network Analyst extension Engine application (Code Files: frmNALayerProperties)