IUNTraceResults2 Interface

Provides access to utility network trace results.

Members

Name Description
Read-only property AggregatedGeometries Returns aggregated geometries.
Read-only property AllPropagatedValues Returns all propagated values in the subnetwork.
Read-only property Associations Returns containment and attachment associations that are part of trace results.
Read-only property AssociationsWithDescriptions Returns containment and attachment associations with descriptions that are part of the trace results.
Read-only property GlobalFunctionResult Returns the global function result.
Read-only property IsAnySourceDirty Returns whether any of the sources discovered are dirty.
Read-only property KFeaturesForKNNFound Returns whether the number of nearest features found was less than k.
Read-only property PropagatedValue Returns the propagated value for the given element.
Read-only property PropagatedValueEx Returns the propagated value for the given element.
Method QueryFlowDirections Query and return flow directions for the given set of edge network elements in the subnetwork.
Read-only property StartingPointsIgnored Returns whether starting points were ignored.
Read-only property SubnetworkControllerFeatures Returns feature information for discovered subnetwork controllers.
Read-only property TraceResultAttributesForEdgeFeatures Returns edge trace results feature information including geometry, network attribute, and field information.
Read-only property TraceResultAttributesForJunctionFeatures Returns junction trace results feature information including geometry, network attribute, and field information.
Read-only property TraceResultConnectivityFeatures Returns connectivity feature information for trace results.
Read-only property TraceResultFeatures Returns the trace results as features.
Read-only property TraceResultFeaturesWithPosition Returns the trace results as features with position from and position to for lines.
Read-only property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.