ArcGIS Pro 2.6 API Reference Guide
NetworkAttributeDataType Enumeration

ArcGIS.Core.Data.UtilityNetwork Namespace : NetworkAttributeDataType Enumeration
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
Boolean The network attribute stores a boolean value.
Double The network attribute stores a double value.
Float The network attribute stores a float value.
Integer The network attribute stores an integer value.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork Namespace