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


IGeocodingProperties.IntersectionConnectors Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodingProperties Interface > IGeocodingProperties.IntersectionConnectors Property
ArcGIS Developer Help

IGeocodingProperties.IntersectionConnectors Property

Connector strings used to designate intersections.

[Visual Basic .NET]
Public Property IntersectionConnectors As String
[C#]
public string IntersectionConnectors {get; set;}
[C++]
HRESULT get_IntersectionConnectors(
  System.String* IntersectionConnectors
);
[C++]
HRESULT put_IntersectionConnectors(
  BSTR IntersectionConnectors
);
[C++]
Parameters
IntersectionConnectors [out, retval]

IntersectionConnectors is a parameter of type BSTR* IntersectionConnectors [in]
IntersectionConnectors is a parameter of type BSTR

Product Availability

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

Remarks

The IntersectionConnectors property lets you specify strings that are used to delimit intersection addresses. Some address locators can geocode intersection addresses such as "New York St. & W. Redlands Blvd.". This property is a string containing all of the strings that can be used to delimit intersections (such as "&", "AND", or "AT"). Each intersection connector is separated by a space in this string.

See Also

IGeocodingProperties Interface