ArcObjects Library Reference (Schematic)  

ISchematicBuilderGeneralization.MaxAllowableOffset Property

Maximum allowable distance used for the generalization.

ERROR: Syntax information about ISchematicBuilderGeneralization.MaxAllowableOffset may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Schematic.dll

[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.

See Also

ISchematicBuilderGeneralization Interface