IUtilityNetworkQueryTracer2 Interface

Provides access to members that supply utility network query tracer 2 information.

Members

Name Description
Method AddAttributeFilterInterval Adds an attribute filter interval.
Method AddAttributeFilterValue Adds a single attribute filter value.
Read-only property AttributeNameToWeightIDMapping Returns the attribute name to weight ID mappings.
Read-only property AttributesForFeatures Returns feature information including geometry, network attribute, and field information.
Read-only property AttributeUsageTypeToWeightIDMapping Returns the attribute usage type to weight ID mappings.
Read-only property ConnectivityFeatures Returns feature information for the given set of edge eids as well as their from and to junctions.
Method DisableSource Disables tracing through features of the source with the given ID.
Method DisableSourceByName Disables tracing through features of the source with the given name.
Method ElementsToFeatures Get Source IDs and Global IDs that correspond to the given EIDs.
Method EnableAllSources Re-enables tracing through features of all sources.
Method EnableSource Re-enables tracing through features of the source with the given ID.
Method EnableSourceByName Re-enables tracing through features of the source with the given name.
Read-only property FeaturesForSet Returns Network Source IDs, Global IDs, Object IDs, Terminal IDs, Asset Group Codes, and Asset Type Codes that correspond to the given EIDs.
Read-only property FeaturesForSetBasic Returns Network Source IDs, Global IDs, and Object IDs that correspond to the given EIDs.
Read-only property FeaturesForSetBasicWithPosition Returns Network Source IDs, Global IDs, Object IDs, Position Froms (for edges), and PositionTos (for edges) that correspond to the given EIDs.
Read-only property FeaturesForSetWithPosition Returns Network Source IDs, Global IDs, Object IDs, Terminal IDs, Asset Group Codes, Asset Type Codes, Position Froms (for edges), and PositionTos (for edges) that correspond to the given EIDs.
Method GetIntersectingElements Returns all junction or edge EIDs that are intersecting with a geometry.
Method GetIntersectingElementsWithPercentAlong Returns all junction or edge EIDs that are intersecting with a geometry. Percent alongs are returned with edge EIDs.
Method QueryTraceConfiguration Query the trace configurations table for the trace configuration corresponding to the given global ID.
Method RemoveAllAttributeFilters Removes all junction or edge attribute filters.
Method RemoveAttributeFilterInterval Removes an attribute filter interval.
Method RemoveAttributeFilters Removes the junction or edge attribute filters for a specific attribute.
Method RemoveAttributeFilterValue Removes a single attribute filter value.
Read-only property TraceConfiguration Returns the trace configuration for the tier with the given tier ID.

IUtilityNetworkQueryTracer2.QueryTraceConfiguration Method

Query the trace configurations table for the trace configuration corresponding to the given global ID.

Public Sub QueryTraceConfiguration ( _
    ByVal GlobalID As Guid, _
    ByRef traceType As esriUtilityNetworkTraceType, _
    ByRef TraceConfiguration As ITraceConfiguration, _
    ByRef ResultTypes As IArray _
)
public void QueryTraceConfiguration (
    Guid GlobalID,
    ref esriUtilityNetworkTraceType traceType,
    ref ITraceConfiguration TraceConfiguration,
    ref IArray ResultTypes
);

Inherited Interfaces

Interfaces Description
IUtilityNetworkQueryTracer Provides access to members that supply utility network query tracer information.

Classes that implement IUtilityNetworkQueryTracer2

Classes Description

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