ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / Function Class / PersistedField Property

In This Topic
    PersistedField Property (Function)
    In This Topic
    The field on the SubnetLine classes where the function value is stored during the update subnetwork process.
    Syntax
    public Field PersistedField {get;}
    Public ReadOnly Property PersistedField As Field
    Remarks
    This property is only applicable when the Function comes from a TraceConfiguration that comes from a ArcGIS.Core.Data.UtilityNetwork.Tier. When the subnetwork is updated, either through a call to Update or the corresponding geoprocessing tool, these function values are stored in summary fields on the SubnetLine feature class.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also