Hi ESRI Community,
I am working on a project where I need to populate a new field, named Drop_Length_Total, in my layer named "DoubleD". Using calculate field, I've tried to write code to sum the shape_lengths of two lines, but am running into issues. The workflow i'm trying to achieve is below:
If the pink line touches the orange dot, i'd like the shape_length of the pink line to be added to the shape_length of the blue line that also instersects the orange dot. in the end I'd like for these sums to be written to the Drop_Length_Total field in my DoubleD layer. I've included a visual of what would need to be added together below, with the yellow being one summation and the green being another. If anyone has any ideas as to how I can better achieve this workflow, or any code I could test to calculate the field, it would be greatly appreciated. Thank you for any help!
pink lines = DTTERM layer
Orange dots = VSP layer
blue lines = DTTAP layer
blue dots = taps layer

