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

In This Topic
    SubnetworkExportResultType Enumeration
    In This Topic
    Specifies the result of exporting a Subnetwork.
    Syntax
    public enum SubnetworkExportResultType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum SubnetworkExportResultType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Connectivity Connectivity.
    ContainmentAndAttachment Containment and Attachment Associations.
    Features Features.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also