IUNTraceConfiguration Interface

Provides access to members that specify the properties of a utility network trace configuration.

Members

Name Description
Read/write property AllowIndeterminateFlow Returns allow indeterminate flow
Read/write property ArcadeExpressionBarrier Returns the arcade expression barrier.
Read/write property ConditionBarriers Returns condition barriers.
Read/write property DiagramTemplateName Returns the diagram template name.
Read/write property DomainNetworkName Returns the domain network name
Read/write property FilterBarriers Returns filter barriers.
Read/write property FilterBitsetNetworkAttributeName Returns the filter bitset network attribute name.
Read/write property FilterFunctionBarriers Returns filter function barriers.
Read/write property FilterScope Returns the filter scope.
Read/write property FunctionBarriers Returns function barriers.
Read/write property Functions Returns functions.
Read/write property IgnoreBarriersAtStartingPoints Returns ignore barriers at starting points.
Read/write property IncludeBarriers Returns whether barriers should be included in the results.
Read/write property IncludeContainers Returns whether containers should be included in the results.
Read/write property IncludeContent Returns whether content should be included in the results.
Read/write property IncludeIsolated Returns include isolated for isolation trace.
Read/write property IncludeStructures Returns whether structures should be included in the results.
Read/write property IncludeUpToFirstSpatialContainer Returns include up to first spatial container.
Read/write property NearestNeighbor Returns nearest neighbor config.
Read/write property OutputConditions Returns output conditions.
Read/write property OutputFilters Returns output filters.
Read/write property Propagators Returns propagators.
Read/write property ShortestPathNetworkAttributeName Returns the shortest path network attribute name.
Read/write property SubnetworkName Returns the subnetwork name.
Read/write property TargetTierName Returns the target tier name.
Read/write property TierName Returns the tier name.
Read/write property TraversabilityScope Returns the traversability scope.
Read/write property ValidateConsistency Returns whether consistency should be validated.
Read/write property ValidateLocatability Returns whether locatability of non-spatial objects should be validated.

IUNTraceConfiguration.AllowIndeterminateFlow Property

Returns allow indeterminate flow.

Public Property AllowIndeterminateFlow As Boolean
public bool AllowIndeterminateFlow {get; set;}

IUNTraceConfiguration.ArcadeExpressionBarrier Property

Returns the arcade expression barrier.

Public Property ArcadeExpressionBarrier As String
public string ArcadeExpressionBarrier {get; set;}

IUNTraceConfiguration.ConditionBarriers Property

Returns condition barriers.

Public Property ConditionBarriers As IArray
public IArray ConditionBarriers {get; set;}

Description

An array to hold an indexed collection of IUNFunctionBarrier.

IUNTraceConfiguration.DiagramTemplateName Property

Returns the diagram template name.

Public Property DiagramTemplateName As String
public string DiagramTemplateName {get; set;}

IUNTraceConfiguration.DomainNetworkName Property

Returns the domain network name.

Public Property DomainNetworkName As String
public string DomainNetworkName {get; set;}

IUNTraceConfiguration.FilterBarriers Property

Returns filter barriers.

Public Property FilterBarriers As IArray
public IArray FilterBarriers {get; set;}

Description

An array to hold an indexed collection of IUNFunctionBarrier.

IUNTraceConfiguration.FilterBitsetNetworkAttributeName Property

Returns the filter bitset network attribute name.

Public Property FilterBitsetNetworkAttributeName As String
public string FilterBitsetNetworkAttributeName {get; set;}

IUNTraceConfiguration.FilterFunctionBarriers Property

Returns filter function barriers.

Public Property FilterFunctionBarriers As IArray
public IArray FilterFunctionBarriers {get; set;}

Description

An array to hold an indexed collection of IUNFunctionBarrier.

IUNTraceConfiguration.FilterScope Property

Returns the filter scope.

Public Property FilterScope As esriTraversabilityScope
public esriTraversabilityScope FilterScope {get; set;}

IUNTraceConfiguration.FunctionBarriers Property

Returns function barriers.

Public Property FunctionBarriers As IArray
public IArray FunctionBarriers {get; set;}

Description

An array to hold an indexed collection of IUNFunctionBarrier.

IUNTraceConfiguration.Functions Property

Returns functions.

Public Property Functions As IArray
public IArray Functions {get; set;}

Description

An array to hold an indexed collection of IUNFunction.

IUNTraceConfiguration.IgnoreBarriersAtStartingPoints Property

Returns ignore barriers at starting points.

Public Property IgnoreBarriersAtStartingPoints As Boolean
public bool IgnoreBarriersAtStartingPoints {get; set;}

IUNTraceConfiguration.IncludeBarriers Property

Returns whether barriers should be included in the results.

Public Property IncludeBarriers As Boolean
public bool IncludeBarriers {get; set;}

IUNTraceConfiguration.IncludeContainers Property

Returns whether containers should be included in the results.

Public Property IncludeContainers As Boolean
public bool IncludeContainers {get; set;}

IUNTraceConfiguration.IncludeContent Property

Returns whether content should be included in the results.

Public Property IncludeContent As Boolean
public bool IncludeContent {get; set;}

IUNTraceConfiguration.IncludeIsolated Property

Returns include isolated for isolation trace.

Public Property IncludeIsolated As Boolean
public bool IncludeIsolated {get; set;}

IUNTraceConfiguration.IncludeStructures Property

Returns whether structures should be included in the results.

Public Property IncludeStructures As Boolean
public bool IncludeStructures {get; set;}

IUNTraceConfiguration.IncludeUpToFirstSpatialContainer Property

Returns include up to first spatial container.

Public Property IncludeUpToFirstSpatialContainer As Boolean
public bool IncludeUpToFirstSpatialContainer {get; set;}

IUNTraceConfiguration.NearestNeighbor Property

Returns nearest neighbor config.

Public Property NearestNeighbor As IUNNearestNeighbor
public IUNNearestNeighbor NearestNeighbor {get; set;}

IUNTraceConfiguration.OutputConditions Property

Returns output conditions.

Public Property OutputConditions As IArray
public IArray OutputConditions {get; set;}

Description

An array to hold an indexed collection of IUNCondition.

IUNTraceConfiguration.OutputFilters Property

Returns output filters.

Public Property OutputFilters As IArray
public IArray OutputFilters {get; set;}

Description

An array to hold an indexed collection of IUNOutputFilter.

IUNTraceConfiguration.Propagators Property

Returns propagators.

Public Property Propagators As IArray
public IArray Propagators {get; set;}

Description

An array to hold an indexed collection of IUNPropagator.

IUNTraceConfiguration.ShortestPathNetworkAttributeName Property

Returns the shortest path network attribute name.

Public Property ShortestPathNetworkAttributeName As String
public string ShortestPathNetworkAttributeName {get; set;}

IUNTraceConfiguration.SubnetworkName Property

Returns the subnetwork name.

Public Property SubnetworkName As String
public string SubnetworkName {get; set;}

IUNTraceConfiguration.TargetTierName Property

Returns the target tier name.

Public Property TargetTierName As String
public string TargetTierName {get; set;}

IUNTraceConfiguration.TierName Property

Returns the tier name.

Public Property TierName As String
public string TierName {get; set;}

IUNTraceConfiguration.TraversabilityScope Property

Returns the traversability scope.

Public Property TraversabilityScope As esriTraversabilityScope
public esriTraversabilityScope TraversabilityScope {get; set;}

IUNTraceConfiguration.ValidateConsistency Property

Returns whether consistency should be validated.

Public Property ValidateConsistency As Boolean
public bool ValidateConsistency {get; set;}

IUNTraceConfiguration.ValidateLocatability Property

Returns whether locatability of non-spatial objects should be validated.

Public Property ValidateLocatability As Boolean
public bool ValidateLocatability {get; set;}

Classes that implement IUNTraceConfiguration

Classes Description
UNTraceConfiguration Utility Network Trace Configuration.

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