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
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 datas units.