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


IRouteMeasureEventGeoprocessor.KeepZeroLengthLineEvents Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteMeasureEventGeoprocessor Interface > IRouteMeasureEventGeoprocessor.KeepZeroLengthLineEvents Property
ArcGIS Developer Help

IRouteMeasureEventGeoprocessor.KeepZeroLengthLineEvents Property

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(
  Boolean* status
);
[C++]
Parameters
status [in]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRouteMeasureEventGeoprocessor Interface