Provides access to utility network trace results.
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. | |
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. | |
TraceResultAttributesForEdgeFeatures | Returns edge trace results feature information including geometry, network attribute, and field information. | |
TraceResultAttributesForJunctionFeatures | Returns junction trace results feature information including geometry, network attribute, and field information. | |
TraceResultConnectivityFeatures | Returns connectivity feature information for trace results. | |
TraceResultFeatures | Returns the trace results as features. | |
TraceResultFeaturesWithPosition | Returns the trace results as features with position from and position to for lines. | |
Warnings | Returns warnings. |
IUNTraceResults2.AssociationsWithDescriptions Property
Returns containment and attachment associations with descriptions that are part of the trace results.
Public Sub AssociationsWithDescriptions ( _
ByRef associationTypes As ILongArray, _
ByRef fromNetworkSourceIDs As ILongArray, _
ByRef fromNetworkSourceNames As IStringArray, _
ByRef fromGlobalIDs As IStringArray, _
ByRef fromTerminalIDs As ILongArray, _
ByRef fromTerminalNames As IStringArray, _
ByRef toNetworkSourceIDs As ILongArray, _
ByRef toNetworkSourceNames As IStringArray, _
ByRef toGlobalIDs As IStringArray, _
ByRef toTerminalIDs As ILongArray, _
ByRef toTerminalNames As IStringArray _
)
public void AssociationsWithDescriptions (
ref ILongArray associationTypes,
ref ILongArray fromNetworkSourceIDs,
ref IStringArray fromNetworkSourceNames,
ref IStringArray fromGlobalIDs,
ref ILongArray fromTerminalIDs,
ref IStringArray fromTerminalNames,
ref ILongArray toNetworkSourceIDs,
ref IStringArray toNetworkSourceNames,
ref IStringArray toGlobalIDs,
ref ILongArray toTerminalIDs,
ref IStringArray toTerminalNames
);
IUNTraceResults2.PropagatedValue Property
Returns the propagated value for the given element.
Public Function get_PropagatedValue ( _
ByVal ElementType As esriElementType, _
ByVal EID As Long, _
ByVal propagator As IUNPropagator _
) As Object
public object get_PropagatedValue (
esriElementType ElementType,
long EID,
IUNPropagator propagator
);
Inherited Interfaces
Interfaces | Description |
---|---|
IUNTraceResults | Provides access to utility network trace results. |
Classes that implement IUNTraceResults2
Classes | Description |
---|