This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteMeasureEventGeoprocessor Interface > IRouteMeasureEventGeoprocessor.KeepZeroLengthLineEvents Property (ArcObjects .NET 10.5 SDK) |
Indicates whether zero length events should be included in the overlay result (line on line overlays only).
[Visual Basic .NET] Public Property KeepZeroLengthLineEvents As Boolean
[C#] public bool KeepZeroLengthLineEvents {get; set;}
[C++]
HRESULT get_KeepZeroLengthLineEvents(
VARIANT_BOOL* status
);
[C++]
HRESULT put_KeepZeroLengthLineEvents(
VARIANT_BOOL status
);
[C++]
Parameters status [out, retval] status is a parameter of type VARIANT_BOOL status [in] status is a parameter of type VARIANT_BOOL