Provides access to members that specify the properties of a utility network trace configuration 2.
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. | |
SynthesizeGeometries | Returns whether geometries for edge objects and associations should be synthesized. | |
TargetTierName | Returns the target tier name. | |
TierName | Returns the tier name. | |
TraversabilityScope | Returns the traversability scope. | |
UseDigitizedDirection | Returns whether the trace should use digitized direction. | |
ValidateConsistency | Returns whether consistency should be validated. | |
ValidateLocatability | Returns whether locatability of non-spatial objects should be validated. |
IUNTraceConfiguration2.AllowIndeterminateFlow Property
Returns allow indeterminate flow.
Public Property AllowIndeterminateFlow As Boolean
public bool AllowIndeterminateFlow {get; set;}
IUNTraceConfiguration2.SynthesizeGeometries Property
Returns whether geometries for edge objects and associations should be synthesized.
Public Property SynthesizeGeometries As Boolean
public bool SynthesizeGeometries {get; set;}
IUNTraceConfiguration2.UseDigitizedDirection Property
Returns whether the trace should use digitized direction.
Public Property UseDigitizedDirection As Boolean
public bool UseDigitizedDirection {get; set;}
IUNTraceConfiguration2.ValidateLocatability Property
Returns whether locatability of non-spatial objects should be validated.
Public Property ValidateLocatability As Boolean
public bool ValidateLocatability {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IUNTraceConfiguration | Provides access to members that specify the properties of a utility network trace configuration. |
Classes that implement IUNTraceConfiguration2
Classes | Description |
---|---|
UNTraceConfiguration | Utility Network Trace Configuration. |