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


IRouteMeasureEventGeoprocessor.KeepZeroLengthLineEvents Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

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(
  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

Product Availability

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

See Also

IRouteMeasureEventGeoprocessor Interface