ArcObjects Library Reference (Location)  

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

Remarks

The BuildOutputIndex property can be used to create an index on the route identifier of the output feature class. 

See Also

IRouteMeasureCreator Interface | IRouteMeasureCreator Interface