I am developing an addin for utility network using SDK (ArcGIS Pro 2.9 API) to perform an Upstream tracing. The tracing works and I get the element results, however, I do not get the connectivity between them.
The ResultType enum does not have an option to return the connectivity of the tracing results (ArcGIS Pro 2.9 API Reference Guide - ResultType Enumeration—ArcGIS Pro)
While in the documentation, there is a mention of 'Connectivity' result type to return a connectivity graph of network features (Configure a trace—ArcGIS Pro | Documentation)
Is it possible to return the element connectivity result from tracing using SDK? If yes, how?