ProjectParameters.EdgesToSegmentize Property
Gets or sets a value that determines which features will get extra points.
Syntax
public AttributeVariable< EdgesToSegmentize > EdgesToSegmentize { get; set; }
Property Value
Default: ClippedPolygons
Specifies which features will get extra points.
Remarks
Normally, lines and polygons in published geographic data will not contain long edges, so it is often unnecessary to set the property to All. However, a RectangleClipOperator or a PolygonClipOperator can produce a clipped polygon with a long edge, so the default value ClippedPolygons is a good choice. Note that a line with short edges cannot get a long edge from clipping.
Platforms
Windows, Linux, Android