ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / Propagator Class / PersistedField Property

In This Topic
    PersistedField Property (Propagator)
    In This Topic
    The field on the domain network feature classes where the propagated value is stored.
    Syntax
    Public ReadOnly Property PersistedField As Field
    public Field PersistedField {get;}
    Remarks
    This property is only applicable when the Propagator comes from TraceConfiguration.Propagators that comes from the TraceConfiguration property on a Tier. When the subnetwork is updated, either through a call to Update or the corresponding geoprocessing tool, propagated values are persisted into this field on the domain network feature classes (device, line, etc.)
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also