ESRI.ArcGIS.ADF.IMS
SideOffset Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Geocode Namespace > Geocoder Class : SideOffset Property




Distance that geocoded locations will be offset from line features.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SideOffset As Double
Visual Basic (Usage)Copy Code
Dim instance As Geocoder
Dim value As Double
 
value = instance.SideOffset
C# 
public double SideOffset {get;}

Example

For an example, see the Geocoder overview.

Remarks

SideOffset may be set up in the ArcXML configuration file for the map service. If set, it causes the geocoded feature to be placed at the specified distance from the street centerline on the correct side of the street. Supported when the geocoding Style is USAddress or USAddressZ.

This property is read-only. The value may be set in the ArcXML configuration file for the map service. The default value is 0.0.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.