ESRI.ArcGIS.ADF.IMS
SideOffset Property
See Also 
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.

See Also

© 2010 All Rights Reserved.