Provides access to members that specify the properties of a domain network.
Members
Name | Description | |
---|---|---|
CreationTime | Returns the creation time. | |
DomainNetworkAliasName | Returns the domain network alias name. | |
DomainNetworkID | Returns the domain network ID. | |
DomainNetworkName | Returns the domain network name. | |
IsStructureNetwork | Returns whether the network is a structure network. | |
ReleaseNumber | Returns the release number. | |
Sources | Returns the array of network sources in this domain network. | |
SubnetworkControllerType | Returns the subnetwork controller type. | |
SubnetworkLabelFieldName | Returns the subnetwork label field name. | |
SubnetworkTableName | Returns the subnetwork table name. | |
TierDefinition | Returns the tier definition. | |
TierGroups | Returns the array of tier groups in this domain network. | |
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 |
---|