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

    Defines how a primary feature and its feature parts are created from a group template. More...

    Header: #include <GroupTemplateDefinition.h>
    Since: Esri::ArcGISRuntime 300.0
    Inherits: Esri::ArcGISRuntime::TemplateDefinition

    Public Functions

    virtual ~GroupTemplateDefinition() override
    bool canCreateUtilityAssociations() const
    QList<Esri::ArcGISRuntime::GroupTemplatePart *> parts() const

    Detailed Description

    Features created from this template are placed relative to the first item in the parts.

    Utility associations are also created for the features if they are part of a utility network and canCreateUtilityAssociations is true.

    Member Function Documentation

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

    Destructor.

    bool GroupTemplateDefinition::canCreateUtilityAssociations() const

    Returns true if utility associations are created for the features in this group template, false otherwise.

    QList<Esri::ArcGISRuntime::GroupTemplatePart *> GroupTemplateDefinition::parts() const

    Returns the collection of feature parts to create with the primary feature.

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