Skip to content

UtilityAssociationResult Class

  • UtilityAssociationResult
  • class Esri::ArcGISRuntime::UtilityAssociationResult

    Information about the feature participating in an association. More...

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

    Public Functions

    virtual ~UtilityAssociationResult() override
    Esri::ArcGISRuntime::ArcGISFeature *associatedFeature() const
    Esri::ArcGISRuntime::UtilityAssociation *association() const
    (since Esri::ArcGISRuntime 200.8) QString title() const

    Detailed Description

    Member Function Documentation

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

    Destructor.

    Esri::ArcGISRuntime::ArcGISFeature *UtilityAssociationResult::associatedFeature() const

    Returns the associated ArcGISFeature which participates in the association with the feature of the UtilityAssociationsFormElement or UtilityAssociationsPopupElement.

    Esri::ArcGISRuntime::UtilityAssociation *UtilityAssociationResult::association() const

    Returns the association between the feature and the associated feature.

    [since Esri::ArcGISRuntime 200.8] QString UtilityAssociationResult::title() const

    Returns the title to display for the associated featured in the form or popup element.

    This function was introduced in Esri::ArcGISRuntime 200.8.

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