BorderMergeOperator.AttributePrefix Property
Gets or sets a prefix that will be used when naming the attributes of the output lines.
Syntax
public AttributeVariable< System.String > AttributePrefix { get; set; }
Property Value
Default: ""
A prefix that will be used when naming the attributes of the output lines.
Remarks
The prefix should depend on the type of each input polygon, for example "COUNTRY_" or "PROVINCE_". See Attributes for details. If all input polygons are of the same type and cannot overlap, or if you do not need attributes on your output lines, you can use the default value.
Platforms
Windows, Linux, Android