Hi,
I am currently working on a project using Utility Network. I have been looking everywhere, but didn't manage to find out how can I get terminal connections for specified object. I would like to get ids of point objects, that are on both ends of the line. Is it even possible? All information I succeed to collect were 'FROMDEVICETERMINAL' and 'TODEVICETERMINAL' attributes. When it comes to modifying connections, I know I can change both terminals, but can I select specific device to be connected? Modifyng terminal connetctions just like appendix used to modify associations would be great, but as far as I know, it's not possible.
If you run a trace and get the connectivity result type you can see this information in the trace results.
If you are only interested in one feature, or don't want to trace, you would need to use a spatial query to get the features that intersect either end of the line. If you are just interested in the features at the endpoints (i.e. the from/to device) then you would use an 'intersects clementini' spatial operator.