This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoReduceVertices Interface > ISchematicAlgoReduceVertices.SegmentRatio Property (ArcObjects .NET 10.4 SDK) |
The algorithm detects the longest segment of a link and computes ratios between each segment length and this longest segment. If the computed ratio is lower than the specified Segment ratio, the vertex at the origin of the segment is removed.
[Visual Basic .NET] Public Property SegmentRatio As Double
[C#] public double SegmentRatio {get; set;}
[C++]
HRESULT get_SegmentRatio(
double* dAngle
);
[C++]
HRESULT put_SegmentRatio(
double dAngle
);
[C++]
Parameters dAngle [out, retval] dAngle is a parameter of type double dAngle [in] dAngle is a parameter of type double