UtilityNetworkState Class

  • UtilityNetworkState
  • class Esri::ArcGISRuntime::UtilityNetworkState

    Defines the current state of a utility network. These read-only properties provide detailed information about the current state of the utility network topology. For more information about dirty areas and/or errors in the network, see UtilityNetwork::dirtyAreaTable. More...

    Header: #include <UtilityNetworkState.h>
    Since: Esri::ArcGISRuntime 200.3
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~UtilityNetworkState() override
    bool hasDirtyAreas() const
    bool hasErrors() const
    bool isNetworkTopologyEnabled() const

    Detailed Description

    Relevant samples:

    Member Function Documentation

    [override virtual] UtilityNetworkState::~UtilityNetworkState()

    Destructor.

    bool UtilityNetworkState::hasDirtyAreas() const

    Returns true if the network topology of the utility network contains any dirty areas, false otherwise.

    See also UtilityNetwork::dirtyAreaTable.

    bool UtilityNetworkState::hasErrors() const

    Returns true if the network topology of the utility network has any errors, false otherwise.

    See also UtilityNetwork::dirtyAreaTable.

    bool UtilityNetworkState::isNetworkTopologyEnabled() const

    Returns true if this utility network has network topology enabled, false otherwise.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close