BorderMergeOperator.OutputPolygons Property
Gets or sets a flag indicating if the original polygons are also sent through to the next operator.
Syntax
public System.Boolean OutputPolygons { get; set; }
Property Value
Default: true
True if the original polygons are sent through to the next operator; False otherwise.
Remarks
If this property is True, you get the original polygons in the output as well, and you can use them for text visualization, while you use the generated lines in the output for line visualization. For example, a TextVisualizer with PointVisualizer.AtCenter set to True can only be used on polygons. But if you do not need the original polygons in the output, you should let this property be False, for efficiency.
Platforms
Windows, Linux, Android