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


IGeocodingProperties.SideOffset 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.SideOffset Property
ArcGIS Developer Help

IGeocodingProperties.SideOffset Property

Side offset distance.

[Visual Basic .NET]
Public Property SideOffset As Double
[C#]
public double SideOffset {get; set;}
[C++]
HRESULT get_SideOffset(
  System.Double* SideOffset
);
[C++]
HRESULT put_SideOffset(
  double SideOffset
);
[C++]
Parameters
SideOffset [out, retval]

SideOffset is a parameter of type double* SideOffset [in]
SideOffset is a parameter of type double

Product Availability

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

Remarks

Some locators support geocoding addresses to a particular side of a street. For those locators, you can specify a side offset using the SideOffset property, which specifies how far from the correct side of the street geocoded addresses should be offset. The SideOffsetUnits property specifies the units for the side offset.

You can use these properties to improve the cartographic appearance of your geocoded feature classes. By default, the value of the SideOffsetUnits property is esriUnknownUnits, which indicates to use the reference data�s units.

See Also

IGeocodingProperties Interface