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

AreTemplatesLoaded Method
Gets whether templates have been loaded for the specified map member.
Syntax
public static bool AreTemplatesLoaded( 
   MapMember mapMember
)

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