ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / NetworkAttributeDataType Enumeration

In This Topic
    NetworkAttributeDataType Enumeration
    In This Topic
    Specifies the data type of the network attribute.
    Syntax
    public enum NetworkAttributeDataType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum NetworkAttributeDataType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Date The network attribute stores a double value representing a date.
    Double The network attribute stores a double value.
    Long The network attribute stores a long database value (32-bit integer).
    Short The network attribute stores a short database value (16-bit integer).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.UtilityNetwork.NetworkAttributeDataType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also