ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MappingExtensions Class / AreTemplatesLoaded Method
The map member to check.

In This Topic
    AreTemplatesLoaded Method
    In This Topic
    Gets whether templates have been loaded for the specified map member.
    Syntax
    public static bool AreTemplatesLoaded( 
       MapMember mapMember
    )
    Public Shared Function AreTemplatesLoaded( _
       ByVal mapMember As MapMember _
    ) As Boolean

    Parameters

    mapMember
    The map member to check.

    Return Value

    True if templates have been loaded for this map member, false otherwise.
    Remarks
    If templates are not loaded for a map member, call GetTemplates on the MCT to load the templates.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also