IUtilityNetworkAttribute Interface

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

Members

Name Description
Read-only property Assignments Returns the assignments.
Read-only property BitPosition Returns the bit position.
Read-only property BitSize Returns the bit size.
Read-only property CreationTime Returns the creation time.
Read-only property DataType Returns the data type.
Read-only property DomainName Returns the domain name.
Read-only property FieldType Returns the field type.
Read-only property ID Returns the ID.
Read-only property IsApportionable Returns is apportionable.
Read-only property IsEmbedded Returns is embedded.
Read-only property IsNullable Returns is nullable.
Read-only property IsOverridable Returns is overridable.
Read-only property IsSubstitution Returns is substitution.
Read-only property Name Returns the name.
Read-only property NetworkAttributeToSubstitute Returns the network attribute to substitute.
Read-only property SchemaGeneration Returns the schema generation.
Read-only property 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

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