ArcGIS Pro 3.2 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 Field PersistedField {get;}
    Public ReadOnly Property PersistedField As Field
    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, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also