ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / SubnetworkExportOptions Class / ResultFieldsByNetworkSourceID Property

In This Topic
    ResultFieldsByNetworkSourceID Property
    In This Topic
    The names of the fields from a network source that will be returned as results.
    Syntax
    Public Property ResultFieldsByNetworkSourceID As Dictionary(Of Integer,List(Of String))
    public Dictionary<int,List<string>> ResultFieldsByNetworkSourceID {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also