Provides access to members that specify the properties of a utility network attribute.
Members
| Name | Description | |
|---|---|---|
|  | Assignments | Returns the assignments. | 
|  | BitPosition | Returns the bit position. | 
|  | BitSize | Returns the bit size. | 
|  | CreationTime | Returns the creation time. | 
|  | DataType | Returns the data type. | 
|  | DomainName | Returns the domain name. | 
|  | FieldType | Returns the field type. | 
|  | ID | Returns the ID. | 
|  | IsApportionable | Returns is apportionable. | 
|  | IsEmbedded | Returns is embedded. | 
|  | IsNullable | Returns is nullable. | 
|  | IsOverridable | Returns is overridable. | 
|  | IsSubstitution | Returns is substitution. | 
|  | Name | Returns the name. | 
|  | NetworkAttributeToSubstitute | Returns the network attribute to substitute. | 
|  | SchemaGeneration | Returns the schema generation. | 
|  | UsageType | Returns the usage type. | 
IUtilityNetworkAttribute.Assignments Property
Returns the assignments.
Public ReadOnly Property Assignments As IArray
public IArray Assignments {get;}
Description
An array to hold an indexed collection of IUtilityNetworkAssignment.
IUtilityNetworkAttribute.BitPosition Property
Returns the bit position.
Public ReadOnly Property BitPosition As Integer
public int BitPosition {get;}
IUtilityNetworkAttribute.BitSize Property
Returns the bit size.
Public ReadOnly Property BitSize As Integer
public int BitSize {get;}
IUtilityNetworkAttribute.CreationTime Property
Returns the creation time.
Public ReadOnly Property CreationTime As Object
public object CreationTime {get;}
IUtilityNetworkAttribute.DataType Property
Returns the data type.
Public ReadOnly Property DataType As esriNetworkAttributeDataType
public esriNetworkAttributeDataType DataType {get;}
IUtilityNetworkAttribute.DomainName Property
Returns the domain name.
Public ReadOnly Property DomainName As String
public string DomainName {get;}
IUtilityNetworkAttribute.FieldType Property
Returns the field type.
Public ReadOnly Property FieldType As esriFieldType
public esriFieldType FieldType {get;}
IUtilityNetworkAttribute.ID Property
Returns the ID.
Public ReadOnly Property ID As Integer
public int ID {get;}
IUtilityNetworkAttribute.IsApportionable Property
Returns is apportionable.
Public ReadOnly Property IsApportionable As Boolean
public bool IsApportionable {get;}
IUtilityNetworkAttribute.IsEmbedded Property
Returns is embedded.
Public ReadOnly Property IsEmbedded As Boolean
public bool IsEmbedded {get;}
IUtilityNetworkAttribute.IsNullable Property
Returns is nullable.
Public ReadOnly Property IsNullable As Boolean
public bool IsNullable {get;}
IUtilityNetworkAttribute.IsOverridable Property
Returns is overridable.
Public ReadOnly Property IsOverridable As Boolean
public bool IsOverridable {get;}
IUtilityNetworkAttribute.IsSubstitution Property
Returns is substitution.
Public ReadOnly Property IsSubstitution As Boolean
public bool IsSubstitution {get;}
IUtilityNetworkAttribute.Name Property
Returns the name.
Public ReadOnly Property Name As String
public string Name {get;}
IUtilityNetworkAttribute.NetworkAttributeToSubstitute Property
Returns the network attribute to substitute.
Public ReadOnly Property NetworkAttributeToSubstitute As String
public string NetworkAttributeToSubstitute {get;}
IUtilityNetworkAttribute.SchemaGeneration Property
Returns the schema generation.
Public ReadOnly Property SchemaGeneration As Integer
public int SchemaGeneration {get;}
IUtilityNetworkAttribute.UsageType Property
Returns the usage type.
Public ReadOnly Property UsageType As esriUtilityNetworkAttributeUsageType
public esriUtilityNetworkAttributeUsageType UsageType {get;}
Classes that implement IUtilityNetworkAttribute
| Classes | Description | 
|---|