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

    Identifies a feature in a preset template. More...

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

    Public Functions

    virtual ~PresetTemplateFeature() override
    Esri::ArcGISRuntime::Geometry geometry() const
    Esri::ArcGISRuntime::SharedTemplate *getTemplate() const

    Detailed Description

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

    The geometry defines how this feature is arranged around the PresetTemplateDefinition::origin when it's moved to a specified location with the rest of the PresetTemplateDefinition::presetTemplateFeatures.

    Member Function Documentation

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

    Destructor.

    Esri::ArcGISRuntime::Geometry PresetTemplateFeature::geometry() const

    Returns the geometry of the feature relative to the PresetTemplateDefinition::origin.

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

    Returns the template applicable to this preset feature.

    This template can be a feature template or another preset template.

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