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


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

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(
  System.Double* dAngle
);
[C++]
Parameters
dAngle [in]

dAngle is a parameter of type double dAngle [out, retval]
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