Provides access to members that specify the properties of a network tier.
Members
Name | Description | |
---|---|---|
AggregatedLinesForSubnetLine | Returns the lines aggregated into SubnetLine Feature Class. | |
CreationTime | Returns the creation time. | |
DiagramTemplates | Returns the available diagram templates. | |
EditModeForDefaultVersion | Returns the update subnetwork edit mode for the default version. | |
EditModeForNamedVersion | Returns the update subnetwork edit mode for a named version. | |
ManageSubnetwork | Returns the manage subnetwork property set. | |
Name | Returns the tier name. | |
Rank | Returns the tier rank. | |
SchemaGeneration | Returns the schema generation. | |
SubnetworkFieldName | Returns the subnetwork field name. | |
SupportDisjointSubnetwork | Returns whether disjoint subnetworks are supported. | |
TierGroupName | Returns the tier group name. | |
TierID | Returns the tier ID. | |
Topology | Returns the tier topology. | |
TraceConfiguration | Returns the trace configuration. | |
UpdateContainers | Update subnetwork on container features or objects in domain network. | |
UpdateStructures | Update subnetwork on structure classes. | |
UpdateSubnetLines | Update subnetwork on subnetline features. | |
UpdateSubnetworkOptions | Returns the update subnetwork options. | |
ValidateLocatability | Validate locatability in update subnetwork. | |
ValidDevices | Returns the valid devices. | |
ValidEdgeObjects | Returns the valid edge objects. | |
ValidJunctionObjects | Returns the valid junction objects. | |
ValidJunctionObjectSubnetworkControllers | Returns the valid junction objects for subnetwork controller. | |
ValidJunctions | Returns the valid junctions. | |
ValidLines | Returns the valid lines. | |
ValidSubnetworkControllers | Returns the valid devices for subnetwork controller. |
ITier.AggregatedLinesForSubnetLine Property
Returns the lines aggregated into SubnetLine Feature Class.
Public ReadOnly Property AggregatedLinesForSubnetLine As IArray
public IArray AggregatedLinesForSubnetLine {get;}
Description
An array to hold an indexed collection of IAssetGroup.
ITier.CreationTime Property
Returns the creation time.
Public ReadOnly Property CreationTime As Object
public object CreationTime {get;}
ITier.DiagramTemplates Property
Returns the available diagram templates.
Public ReadOnly Property DiagramTemplates As IStringArray
public IStringArray DiagramTemplates {get;}
ITier.EditModeForDefaultVersion Property
Returns the update subnetwork edit mode for the default version.
Public ReadOnly Property EditModeForDefaultVersion As esriUpdateSubnetworkEditMode
public esriUpdateSubnetworkEditMode EditModeForDefaultVersion {get;}
ITier.EditModeForNamedVersion Property
Returns the update subnetwork edit mode for a named version.
Public ReadOnly Property EditModeForNamedVersion As esriUpdateSubnetworkEditMode
public esriUpdateSubnetworkEditMode EditModeForNamedVersion {get;}
ITier.ManageSubnetwork Property
Returns the manage subnetwork property set.
Public ReadOnly Property ManageSubnetwork As IPropertySet
public IPropertySet ManageSubnetwork {get;}
ITier.Name Property
Returns the tier name.
Public ReadOnly Property Name As String
public string Name {get;}
ITier.Rank Property
Returns the tier rank.
Public ReadOnly Property Rank As Integer
public int Rank {get;}
ITier.SchemaGeneration Property
Returns the schema generation.
Public ReadOnly Property SchemaGeneration As Integer
public int SchemaGeneration {get;}
ITier.SubnetworkFieldName Property
Returns the subnetwork field name.
Public ReadOnly Property SubnetworkFieldName As String
public string SubnetworkFieldName {get;}
ITier.SupportDisjointSubnetwork Property
Returns whether disjoint subnetworks are supported.
Public ReadOnly Property SupportDisjointSubnetwork As Boolean
public bool SupportDisjointSubnetwork {get;}
ITier.TierGroupName Property
Returns the tier group name.
Public ReadOnly Property TierGroupName As String
public string TierGroupName {get;}
ITier.TierID Property
Returns the tier ID.
Public ReadOnly Property TierID As Integer
public int TierID {get;}
ITier.Topology Property
Returns the tier topology.
Public ReadOnly Property Topology As esriTierTopologyType
public esriTierTopologyType Topology {get;}
ITier.TraceConfiguration Property
Returns the trace configuration.
Public ReadOnly Property TraceConfiguration As IUNTraceConfiguration
public IUNTraceConfiguration TraceConfiguration {get;}
ITier.UpdateContainers Property
Update subnetwork on container features or objects in domain network.
Public ReadOnly Property UpdateContainers As Boolean
public bool UpdateContainers {get;}
ITier.UpdateStructures Property
Update subnetwork on structure classes.
Public ReadOnly Property UpdateStructures As Boolean
public bool UpdateStructures {get;}
ITier.UpdateSubnetLines Property
Update subnetwork on subnetline features.
Public ReadOnly Property UpdateSubnetLines As Boolean
public bool UpdateSubnetLines {get;}
ITier.UpdateSubnetworkOptions Property
Returns the update subnetwork options.
Public ReadOnly Property UpdateSubnetworkOptions As Integer
public int UpdateSubnetworkOptions {get;}
ITier.ValidateLocatability Property
Validate locatability in update subnetwork.
Public ReadOnly Property ValidateLocatability As Boolean
public bool ValidateLocatability {get;}
ITier.ValidDevices Property
Returns the valid devices.
Public ReadOnly Property ValidDevices As IArray
public IArray ValidDevices {get;}
Description
An array to hold an indexed collection of IAssetGroup.
ITier.ValidEdgeObjects Property
Returns the valid edge objects.
Public ReadOnly Property ValidEdgeObjects As IArray
public IArray ValidEdgeObjects {get;}
Description
An array to hold an indexed collection of IAssetGroup.
ITier.ValidJunctionObjects Property
Returns the valid junction objects.
Public ReadOnly Property ValidJunctionObjects As IArray
public IArray ValidJunctionObjects {get;}
Description
An object to hold an indexed collection of IAssetGroup.
ITier.ValidJunctionObjectSubnetworkControllers Property
Returns the valid junction objects for subnetwork controller.
Public ReadOnly Property ValidJunctionObjectSubnetworkControllers As IArray
public IArray ValidJunctionObjectSubnetworkControllers {get;}
Description
An array to hold an indexed collection of IAssetGroup.
ITier.ValidJunctions Property
Returns the valid junctions.
Public ReadOnly Property ValidJunctions As IArray
public IArray ValidJunctions {get;}
Description
An array to hold an indexed collection of IAssetGroup.
ITier.ValidLines Property
Returns the valid lines.
Public ReadOnly Property ValidLines As IArray
public IArray ValidLines {get;}
Description
An array to hold an indexed collection of IAssetGroup.
ITier.ValidSubnetworkControllers Property
Returns the valid devices for subnetwork controller.
Public ReadOnly Property ValidSubnetworkControllers As IArray
public IArray ValidSubnetworkControllers {get;}
Description
An array to hold an indexed collection of IAssetGroup.
Classes that implement ITier
Classes | Description |
---|