Specifies that a polyline should be constructed using the given options,
and that any labels attached to the input edges should be returned in
"label_set_ids" and "label_set_lexicion".
The labels associated with the edge "polyline.vertex({j, j+1})" can be
retrieved as follows:
for (int32 label : label_set_lexicon.id_set(label_set_idsj)) {...}
Specifies that a polyline should be constructed using the given options, and that any labels attached to the input edges should be returned in "label_set_ids" and "label_set_lexicion".
The labels associated with the edge "polyline.vertex({j, j+1})" can be retrieved as follows:
for (int32 label : label_set_lexicon.id_set(label_set_idsj)) {...}