Provides access to utility network trace results 6.

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 EdgePropagatedValues Returns the edge propagated values that were calculated during the trace.
Read-only property FlowDirections Returns the flow directions that were calculated during the trace.
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 JunctionPropagatedValues Returns the junction propagated values that were calculated during the trace.
Read-only property KFeaturesForKNNFound Returns whether the number of nearest features found was less than k.
Read-only property NetworkSources Returns the source id and source name information for all the network sources in the network.
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 SubnetworkControllerFeatures64 Returns feature information for discovered subnetwork controllers with 64-bit Object IDs.
Read-only property TraceResultAttributesForEdgeFeatures Returns edge trace results feature information including geometry, network attribute, and field information.
Read-only property TraceResultAttributesForEdgeFeatures64 Returns edge trace results feature information including geometry, network attribute, and field information with 64-bit Object IDs.
Read-only property TraceResultAttributesForJunctionFeatures Returns junction trace results feature information including geometry, network attribute, and field information.
Read-only property TraceResultAttributesForJunctionFeatures64 Returns junction trace results feature information including geometry, network attribute, and field information with 64-bit Object IDs.
Read-only property TraceResultCircuits Returns the trace result circuits.
Read-only property TraceResultConnectivityFeatures Returns connectivity feature information for trace results.
Read-only property TraceResultConnectivityFeatures64 Returns connectivity feature information for trace results with 64-bit Object IDs.
Read-only property TraceResultFeatures Returns the trace results as features.
Read-only property TraceResultFeatures64 Returns the trace results as features with 64-bit Object IDs.
Read-only property TraceResultFeaturesWithPosition Returns the trace results as features with position from and position to for lines.
Read-only property TraceResultFeaturesWithPosition64 Returns the trace results as features with position from and position to for lines with 64-bit Object IDs.
Read-only property TraceResultPaths Returns the trace result paths.
Read-only property TraceResultRelatedRecords Returns the trace result related records.
Read-only property Warnings Returns warnings.

IUNTraceResults6.EdgePropagatedValues Property

Returns the edge propagated values that were calculated during the trace.

Public Sub EdgePropagatedValues ( _
    ByRef GlobalIDs As IStringArray, _
    ByRef positionFroms As IDoubleArray, _
    ByRef positionTos As IDoubleArray, _
    ByRef NetworkAttributeNames As IArray, _
    ByRef networkAttributeDescriptions As IArray, _
    ByRef propagatedValues As IArray _
)
public void EdgePropagatedValues (
    ref IStringArray GlobalIDs,
    ref IDoubleArray positionFroms,
    ref IDoubleArray positionTos,
    ref IArray NetworkAttributeNames,
    ref IArray networkAttributeDescriptions,
    ref IArray propagatedValues
);

IUNTraceResults6.FlowDirections Property

Returns the flow directions that were calculated during the trace.

Public Sub FlowDirections ( _
    ByRef GlobalIDs As IStringArray, _
    ByRef positionFroms As IDoubleArray, _
    ByRef positionTos As IDoubleArray, _
    ByRef FlowDirections As ILongArray _
)
public void FlowDirections (
    ref IStringArray GlobalIDs,
    ref IDoubleArray positionFroms,
    ref IDoubleArray positionTos,
    ref ILongArray FlowDirections
);

IUNTraceResults6.JunctionPropagatedValues Property

Returns the junction propagated values that were calculated during the trace.

Public Sub JunctionPropagatedValues ( _
    ByRef GlobalIDs As IStringArray, _
    ByRef TerminalIDs As ILongArray, _
    ByRef NetworkAttributeNames As IArray, _
    ByRef networkAttributeDescriptions As IArray, _
    ByRef propagatedValues As IArray _
)
public void JunctionPropagatedValues (
    ref IStringArray GlobalIDs,
    ref ILongArray TerminalIDs,
    ref IArray NetworkAttributeNames,
    ref IArray networkAttributeDescriptions,
    ref IArray propagatedValues
);

Inherited Interfaces

Interfaces Description
IUNTraceResults5 Provides access to utility network trace results 5.
IUNTraceResults4 Provides access to utility network trace results 4.
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 IUNTraceResults6

Classes Description

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