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

    Identifies a part in a group template. More...

    Header: #include <GroupTemplatePart.h>
    Since: Esri::ArcGISRuntime 300.0
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~GroupTemplatePart() override
    Esri::ArcGISRuntime::GeometryBuilderToolType builderToolType() const
    Esri::ArcGISRuntime::SharedTemplate *getTemplate() const
    QVariantMap options() const

    Detailed Description

    The part feature created from this template has a pre-defined set of attributes as specified in the getTemplate.

    The builderToolType, with the options, describes how to create the base geometry from the first item in the GroupTemplateDefinition::parts, which is transformed to create this part feature's geometry.

    Member Function Documentation

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

    Destructor.

    Esri::ArcGISRuntime::GeometryBuilderToolType GroupTemplatePart::builderToolType() const

    Returns a tool type used to transform the primary geometry into this part.

    Esri::ArcGISRuntime::SharedTemplate *GroupTemplatePart::getTemplate() const

    Returns the template applicable for this specific part.

    This template can be a feature or preset template.

    QVariantMap GroupTemplatePart::options() const

    Returns the optional configuration for the builder tool type.

    See Internal data structures with case-insensitive string keys for further details.

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