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.