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


IRouteMeasureEventGeoprocessor.BuildOutputIndex 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.BuildOutputIndex Property
ArcGIS Developer Help

IRouteMeasureEventGeoprocessor.BuildOutputIndex Property

Indicates whether an index is going to be built on the route id field on the output result.

[Visual Basic .NET]
Public Property BuildOutputIndex As Boolean
[C#]
public bool BuildOutputIndex {get; set;}
[C++]
HRESULT get_BuildOutputIndex(
  VARIANT_BOOL status
);
[C++]
HRESULT put_BuildOutputIndex(
  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