IDomainNetwork Interface

Provides access to members that specify the properties of a domain network.

Members

Name Description
Read-only property CreationTime Returns the creation time.
Read-only property DomainNetworkAliasName Returns the domain network alias name.
Read-only property DomainNetworkID Returns the domain network ID.
Read-only property DomainNetworkName Returns the domain network name.
Read-only property IsStructureNetwork Returns whether the network is a structure network.
Read-only property ReleaseNumber Returns the release number.
Read-only property Sources Returns the array of network sources in this domain network.
Read-only property SubnetworkControllerType Returns the subnetwork controller type.
Read-only property SubnetworkLabelFieldName Returns the subnetwork label field name.
Read-only property SubnetworkTableName Returns the subnetwork table name.
Read-only property TierDefinition Returns the tier definition.
Read-only property TierGroups Returns the array of tier groups in this domain network.
Read-only property Tiers Returns the array of tiers in this domain network.

IDomainNetwork.CreationTime Property

Returns the creation time.

Public ReadOnly Property CreationTime As Object
public object CreationTime {get;}

IDomainNetwork.DomainNetworkAliasName Property

Returns the domain network alias name.

Public ReadOnly Property DomainNetworkAliasName As String
public string DomainNetworkAliasName {get;}

IDomainNetwork.DomainNetworkID Property

Returns the domain network ID.

Public ReadOnly Property DomainNetworkID As Integer
public int DomainNetworkID {get;}

IDomainNetwork.DomainNetworkName Property

Returns the domain network name.

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

IDomainNetwork.IsStructureNetwork Property

Returns whether the network is a structure network.

Public ReadOnly Property IsStructureNetwork As Boolean
public bool IsStructureNetwork {get;}

IDomainNetwork.ReleaseNumber Property

Returns the release number.

Public ReadOnly Property ReleaseNumber As Integer
public int ReleaseNumber {get;}

IDomainNetwork.Sources Property

Returns the array of network sources in this domain network.

Public ReadOnly Property Sources As IArray
public IArray Sources {get;}

Description

An array to hold an indexed collection of INetworkSource.

IDomainNetwork.SubnetworkControllerType Property

Returns the subnetwork controller type.

Public ReadOnly Property SubnetworkControllerType As String
public string SubnetworkControllerType {get;}

IDomainNetwork.SubnetworkLabelFieldName Property

Returns the subnetwork label field name.

Public ReadOnly Property SubnetworkLabelFieldName As String
public string SubnetworkLabelFieldName {get;}

IDomainNetwork.SubnetworkTableName Property

Returns the subnetwork table name.

Public ReadOnly Property SubnetworkTableName As String
public string SubnetworkTableName {get;}

IDomainNetwork.TierDefinition Property

Returns the tier definition.

Public ReadOnly Property TierDefinition As esriTierDefinition
public esriTierDefinition TierDefinition {get;}

IDomainNetwork.TierGroups Property

Returns the array of tier groups in this domain network.

Public ReadOnly Property TierGroups As IArray
public IArray TierGroups {get;}

Description

An array to hold an indexed collection of ITierGroup.

IDomainNetwork.Tiers Property

Returns the array of tiers in this domain network.

Public ReadOnly Property Tiers As IArray
public IArray Tiers {get;}

Description

An array to hold an indexed collection of ITier.

Classes that implement IDomainNetwork

Classes Description

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