connect_info_eq - ObjectVision/GeoDMS GitHub Wiki

Network functions connect_info_eq

syntax

  • connect_info_eq(arc_polygon_dataitem, arc_polygon_match_dataitem, point_dataitem, point_match_dataitem)
  • connect_info_eq(arc_polygon_dataitem, arc_polygon_match_dataitem, point_dataitem, point_match_dataitem, maxSqrDist)

The match data items (argument 2 and 4) must have value type uint32; only points whose match value equals the arc's match value are connected. Other value types (e.g. string) are not accepted (as of GeoDMS 20.8.0 only the uint32 instantiation is registered, see geo/dll/src/Connect.cpp).

definition

The connect_info_eq works in a similar way and results in the same attributes as the connect_info function, only based on connections with the connect_eq instead of the connect function.

The connect_info_eq has the same arguments as the connect_eq function.

see also

⚠️ **GitHub.com Fallback** ⚠️