I am trying to find an example Attribute Rule to accomplish something that worked with the Multi-Field-Intersect rule in attribute assistant.
I am looking to populate the Road Names of a point feature (road centreline intersection point) based on which Road lines intersect the point. There are 4 fields in the intersection point (road1, road2, road3, road4) and I would like the Road names of the 4 roads that intersect that point to automatically be populated.
I can see how to do this with start/end nodes on a line, and I can see how to do this to find the "first" intersecting feature, but not sure how to do it when it's one feature class, has multiple features, and doesn't matter if it's the start or the end and I really don't care what order the road names (road1,road2) are populated on to the intersecting point.
The attribute assistant rule was:
| TableName | ValueMethod | ValueInfo |
| trnRoadIntersection | MULTI_FIELD_INTERSECT | trnRoadCentreline|NAME|ROAD1,ROAD2,ROAD3,ROAD4 |