public static IReadOnlyList<string> GetPinnedProjectTemplates()
Public Shared Function GetPinnedProjectTemplates() As IReadOnlyList(Of String)
Return Value
A list containing the full paths to the .aptx's
public static IReadOnlyList<string> GetPinnedProjectTemplates()
Public Shared Function GetPinnedProjectTemplates() As IReadOnlyList(Of String)
var pinnedTemplates = ArcGIS.Desktop.Core.Project.GetPinnedProjectTemplates();
Target Platforms: Windows 11, Windows 10