Skip to content
  • UtilityAssociationGroupResult
  • class Esri::ArcGISRuntime::UtilityAssociationGroupResult

    The result of a query for utility network associations for a specific table or layer. More...

    Header: #include <UtilityAssociationGroupResult.h>
    Since: Esri::ArcGISRuntime 200.7
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~UtilityAssociationGroupResult() override
    QList<Esri::ArcGISRuntime::UtilityAssociationResult *> associationResults() const
    (since Esri::ArcGISRuntime 300.0) Esri::ArcGISRuntime::FeatureFormSource *featureFormSource() const
    QString name() const

    Detailed Description

    Member Function Documentation

    [override virtual noexcept] UtilityAssociationGroupResult::~UtilityAssociationGroupResult()

    Destructor.

    QList<Esri::ArcGISRuntime::UtilityAssociationResult *> UtilityAssociationGroupResult::associationResults() const

    Returns a collection of utility association results.

    Associations for the specific table or layer. These associations may be grouped by FeatureLayer, SubtypeSublayer, ArcGISFeatureTable and/or SubtypeSubtable.

    [since Esri::ArcGISRuntime 300.0] Esri::ArcGISRuntime::FeatureFormSource *UtilityAssociationGroupResult::featureFormSource() const

    Returns the underlying source the UtilityAssociationGroupResult contains features from.

    This function was introduced in Esri::ArcGISRuntime 300.0.

    QString UtilityAssociationGroupResult::name() const

    Returns the name of the table or layer.

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