This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodingProperties Interface > IGeocodingProperties.IntersectionConnectors Property (ArcObjects .NET 10.4 SDK) |
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
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.