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


IGeometryResultOptions.MaximumAllowableOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometryResultOptions Interface > IGeometryResultOptions.MaximumAllowableOffset Property
ArcGIS Developer Help

IGeometryResultOptions.MaximumAllowableOffset Property

The maximum allowable offset.

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

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

Product Availability

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

Remarks

Default value for MaximumAllowableOffset is 0. Values for MaximumAllowableOffset must be in the units of the map's spatial reference. For example, if the units of the spatial reference of the feature class being queried is in decimal degrees and the spatial reference units of the map is in meters, the values specified for MaximumAllowableOffset must be in meters.

See Also

IGeometryResultOptions Interface