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


IRouteLocatorName.RouteIDIsUnique Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRouteLocatorName.RouteIDIsUnique Property

Indicates if the Route ID is unique (Obsolete).

[Visual Basic .NET]
Public Property RouteIDIsUnique As Boolean
[C#]
public bool RouteIDIsUnique {get; set;}
[C++]
HRESULT get_RouteIDIsUnique(
  VARIANT_BOOL* RouteIDIsUnique
);
[C++]
HRESULT put_RouteIDIsUnique(
  VARIANT_BOOL RouteIDIsUnique
);
[C++]

Parameters RouteIDIsUnique [out, retval] RouteIDIsUnique is a parameter of type VARIANT_BOOL RouteIDIsUnique [in] RouteIDIsUnique is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRouteLocatorName Interface