ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MappingExtensions Class / AutoGenerateTemplates Method
The mapMember to generate templates for.
(Optional) Remove existing templates and regenerate. (default value = false)

In This Topic
    AutoGenerateTemplates Method
    In This Topic
    Generate feature templates for a layer or standalone-table. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public static bool AutoGenerateTemplates( 
       MapMember mapMember,
       bool forceCreate
    )
    Public Shared Function AutoGenerateTemplates( _
       ByVal mapMember As MapMember, _
       Optional ByVal forceCreate As Boolean _
    ) As Boolean

    Parameters

    mapMember
    The mapMember to generate templates for.
    forceCreate
    (Optional) Remove existing templates and regenerate. (default value = false)

    Return Value

    Boolean. True if templates were genenerated.
    Remarks
    This method attempts to generate feature templates on a layer or standalone-table. If ArcGIS.Core.CIM.CIMBasicFeatureLayer.AutoGenerateFeatureTemplates flag is true, the templates are generated from the renderer. When false the templates are not regenerated unless forceCreate is specified.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also