ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / UtilityNetworkState Class / LastConsistentMoment Property

In This Topic
    LastConsistentMoment Property
    In This Topic
    Returns the System.DateTime of the last time that the utility network was fully validated.
    Syntax
    public DateTime LastConsistentMoment {get;}
    Public ReadOnly Property LastConsistentMoment As Date
    Remarks
    Read-only utility network applications should consider connecting to this moment rather than to a particular version. This moment is guaranteed to be consistent.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also