Provides access to utility network trace results 4.
Members
| Name | Description | |
|---|---|---|
|  | AggregatedGeometries | Returns aggregated geometries. | 
|  | AllPropagatedValues | Returns all propagated values in the subnetwork. | 
|  | Associations | Returns containment and attachment associations that are part of trace results. | 
|  | AssociationsWithDescriptions | Returns containment and attachment associations with descriptions that are part of the trace results. | 
|  | GlobalFunctionResult | Returns the global function result. | 
|  | IsAnySourceDirty | Returns whether any of the sources discovered are dirty. | 
|  | KFeaturesForKNNFound | Returns whether the number of nearest features found was less than k. | 
|  | NetworkSources | Returns the source id and source name information for all the network sources in the network. | 
|  | PropagatedValue | Returns the propagated value for the given element. | 
|  | PropagatedValueEx | Returns the propagated value for the given element. | 
|  | QueryFlowDirections | Query and return flow directions for the given set of edge network elements in the subnetwork. | 
|  | StartingPointsIgnored | Returns whether starting points were ignored. | 
|  | SubnetworkControllerFeatures | Returns feature information for discovered subnetwork controllers. | 
|  | SubnetworkControllerFeatures64 | Returns feature information for discovered subnetwork controllers with 64-bit Object IDs. | 
|  | TraceBySet | Returns trace by set. | 
|  | TraceResultAttributesForEdgeFeatures | Returns edge trace results feature information including geometry, network attribute, and field information. | 
|  | TraceResultAttributesForEdgeFeatures64 | Returns edge trace results feature information including geometry, network attribute, and field information with 64-bit Object IDs. | 
|  | TraceResultAttributesForJunctionFeatures | Returns junction trace results feature information including geometry, network attribute, and field information. | 
|  | TraceResultAttributesForJunctionFeatures64 | Returns junction trace results feature information including geometry, network attribute, and field information with 64-bit Object IDs. | 
|  | TraceResultConnectivityFeatures | Returns connectivity feature information for trace results. | 
|  | TraceResultConnectivityFeatures64 | Returns connectivity feature information for trace results with 64-bit Object IDs. | 
|  | TraceResultFeatures | Returns the trace results as features. | 
|  | TraceResultFeatures64 | Returns the trace results as features with 64-bit Object IDs. | 
|  | TraceResultFeaturesWithPosition | Returns the trace results as features with position from and position to for lines. | 
|  | TraceResultFeaturesWithPosition64 | Returns the trace results as features with position from and position to for lines with 64-bit Object IDs. | 
|  | TraceResultPaths | Returns the trace result paths. | 
|  | TraceResultSets | Returns the trace result sets. Each set has results based on the result types specified. | 
|  | Warnings | Returns warnings. | 
IUNTraceResults4.TraceBySet Property
Returns trace by set.
Public ReadOnly Property TraceBySet As Boolean
public bool TraceBySet {get;}
IUNTraceResults4.TraceResultPaths Property
Returns the trace result paths.
Public ReadOnly Property TraceResultPaths As IArray
public IArray TraceResultPaths {get;}
IUNTraceResults4.TraceResultSets Property
Returns the trace result sets. Each set has results based on the result types specified.
Public ReadOnly Property TraceResultSets As IArray
public IArray TraceResultSets {get;}
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| IUNTraceResults3 | Provides access to network source information and utility network trace results with 64-bit Object IDs. | 
| IUNTraceResults2 | Provides access to utility network trace results. | 
| IUNTraceResults | Provides access to utility network trace results. | 
Classes that implement IUNTraceResults4
| Classes | Description | 
|---|