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

In This Topic
    CanBeGroupTemplatePart Property
    In This Topic
    Gets whether this EditingTemplate can be included as part of a GroupTemplate.
    Syntax
    public bool CanBeGroupTemplatePart {get;}
    Public ReadOnly Property CanBeGroupTemplatePart As Boolean
    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

    ArcGIS Pro version: 3 or higher.
    See Also