Connector strings used to designate intersections.
[Visual Basic .NET] Public Property IntersectionConnectors As String
[C#] public string IntersectionConnectors {get; set;}
[C++]
HRESULT get_IntersectionConnectors(
BSTR* 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.