Defines how a primary feature and its feature parts are created from a group template. More...
| Header | #include <Group |
| Since | Esri |
| Inherits | Esri |
Public Functions
| virtual | ~ |
| bool | can |
| QList | 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.