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