ArcObjects Library Reference (Location)  

IGeocodingProperties2.EndOffsetDistance Property

End offset using either distance or percentage.

[Visual Basic .NET]
Public Property EndOffsetDistance As Double
[C#]
public double EndOffsetDistance {get; set;}
[C++]
HRESULT get_EndOffsetDistance(
  double* EndOffset
);
[C++]
HRESULT put_EndOffsetDistance(
  double EndOffset
);
[C++]

Parameters

EndOffset [out, retval]   EndOffset is a parameter of type double EndOffset [in]   EndOffset is a parameter of type double

Product Availability

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

Remarks

Locators that use polyline features as reference data interpolate positions along reference data features for geocoded addresses. In order to prevent features that are located at the end of a reference data feature from falling on top of other features (for example, a cross street), the locator can apply a “squeeze factor”, or end offset, to the location of a geocoded address.

The EndOffsetDistance property specifies by what amount to offset geocoded locations from the end of reference data features, and is expressed as either a percentage of the length of the reference feature, between 0.0 percent and 50.0 percent, or as a set distance.

See Also

IGeocodingProperties2 Interface