Provides access to members that specify the properties of a utility network trace configuration.
Members
Name | Description | |
---|---|---|
AllowIndeterminateFlow | Returns allow indeterminate flow | |
ArcadeExpressionBarrier | Returns the arcade expression barrier. | |
ConditionBarriers | Returns condition barriers. | |
DiagramTemplateName | Returns the diagram template name. | |
DomainNetworkName | Returns the domain network name | |
FilterBarriers | Returns filter barriers. | |
FilterBitsetNetworkAttributeName | Returns the filter bitset network attribute name. | |
FilterFunctionBarriers | Returns filter function barriers. | |
FilterScope | Returns the filter scope. | |
FunctionBarriers | Returns function barriers. | |
Functions | Returns functions. | |
IgnoreBarriersAtStartingPoints | Returns ignore barriers at starting points. | |
IncludeBarriers | Returns whether barriers should be included in the results. | |
IncludeContainers | Returns whether containers should be included in the results. | |
IncludeContent | Returns whether content should be included in the results. | |
IncludeIsolated | Returns include isolated for isolation trace. | |
IncludeStructures | Returns whether structures should be included in the results. | |
IncludeUpToFirstSpatialContainer | Returns include up to first spatial container. | |
NearestNeighbor | Returns nearest neighbor config. | |
OutputConditions | Returns output conditions. | |
OutputFilters | Returns output filters. | |
Propagators | Returns propagators. | |
ShortestPathNetworkAttributeName | Returns the shortest path network attribute name. | |
SubnetworkName | Returns the subnetwork name. | |
TargetTierName | Returns the target tier name. | |
TierName | Returns the tier name. | |
TraversabilityScope | Returns the traversability scope. | |
ValidateConsistency | Returns whether consistency should be validated. | |
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. |