ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Editing.Templates Namespace / EditingTemplate Class / CanBeGroupTemplatePart Property

CanBeGroupTemplatePart Property
Gets whether this EditingTemplate can be included as part of a GroupTemplate.
Syntax
public bool CanBeGroupTemplatePart {get;}
Remarks
The current rules for including an EditingTemplate in an EditingGroupTemplate are:
  • the associated Layer must be of a type that is supported for feature editing,
  • templates for MultiPatch or MultiPoint feature Layers may not be included, and
  • a GroupTemplate may not be included in another GroupTemplate
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also