ESRI.ArcGIS.ADF.IMS
SideOffsetUnits Property
See Also 
ESRI.ArcGIS.ADF.IMS.Geocode Namespace > Geocoder Class : SideOffsetUnits Property




Units for the SideOffset property.

Syntax

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

Example

For an example, see the Geocoder overview.

Remarks

If the geocoded location is offset from line features using the SideOffset property, the SideOffsetUnits sets the units for the distance.

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

See Also

© 2010 All Rights Reserved.