This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodingProperties Interface > IGeocodingProperties.SideOffsetUnits Property (ArcObjects .NET 10.5 SDK) |
Units used for the side offset.
[Visual Basic .NET] Public Property SideOffsetUnits As esriUnits
[C#] public esriUnits SideOffsetUnits {get; set;}
[C++]
HRESULT get_SideOffsetUnits(
esriUnits* SideOffsetUnits
);
[C++]
HRESULT put_SideOffsetUnits(
esriUnits SideOffsetUnits
);
[C++]
Parameters SideOffsetUnits [out, retval]
SideOffsetUnits is a parameter of type esriUnits SideOffsetUnits [in]
SideOffsetUnits is a parameter of type esriUnits
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.