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


ISchematicBuilderGeneralization.MaxAllowableOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicBuilderGeneralization Interface > ISchematicBuilderGeneralization.MaxAllowableOffset Property
ArcGIS Developer Help

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(
  System.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