ArcObjects Library Reference (Schematic)  

ISchematicBuilderGeneralization.MaxAllowableOffset Property

Maximum allowable distance used for the generalization.

[Visual Basic .NET]
Public Property MaxAllowableOffset As Double
[C#]
public double MaxAllowableOffset {get; set;}
[C++]
HRESULT get_MaxAllowableOffset(
  double* MaxAllowableOffset
);
[C++]
HRESULT put_MaxAllowableOffset(
  double MaxAllowableOffset
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Description

This is the maximum allowable offset under which vertices can be eliminated.

See Also

ISchematicBuilderGeneralization Interface