ArcObjects Library Reference (Schematic)  

ISchematicAlgoReduceVertices.SegmentRatio Property

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

Product Availability

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

See Also

ISchematicAlgoReduceVertices Interface