This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServiceAreaSolver2 Interface > INAServiceAreaSolver2.IncludeSourceInformationOnLines Property (ArcObjects .NET 10.4 SDK) |
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
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.