This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicBuilderGeneralization Interface > ISchematicBuilderGeneralization.MaxAllowableOffset Property (ArcObjects .NET 10.5 SDK) |
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
This is the maximum allowable offset under which vertices can be eliminated.