Show / Hide Table of Contents

Method OpenAsync

OpenAsync(PortalItem)

Opens a DictionarySymbolStyle from a portal item. The portal item must be a dictionary web style.

Declaration
public static async Task<DictionarySymbolStyle> OpenAsync(PortalItem portalItem)
Parameters
Type Name Description
PortalItem portalItem

If you have the item id of a style file, you can search the portal to find the item using its item id.

Returns
Type Description
System.Threading.Tasks.Task<DictionarySymbolStyle>
Remarks

Use this constructor if you have a reference to a dictionary web style portal item.

Exceptions
Type Condition
ArcGISRuntimeException

portalItem is thrown if item passed is not a valid dictionary web style.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.10 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.10 - 200.7
Xamarin.Android100.10 - 100.15
Xamarin.iOS100.10 - 100.15
UWP100.10 - 200.7

OpenAsync(Uri)

Opens a new DictionarySymbolStyle from a dictionary web style item Uri.

Declaration
public static async Task<DictionarySymbolStyle> OpenAsync(Uri source)
Parameters
Type Name Description
System.Uri source

Dictionary webstyle item Uri.

Returns
Type Description
System.Threading.Tasks.Task<DictionarySymbolStyle>

The dictionary symbol style

Remarks

A dictionary symbol style using style item's Uri. Uri not pointing to a dictionary symbol style will throw

Exceptions
Type Condition
ArcGISRuntimeException

source is thrown if uri is not a valid dictionary web style uri.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.10 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.10 - 200.7
Xamarin.Android100.10 - 100.14
Xamarin.iOS100.10 - 100.15
UWP100.10 - 200.7
In This Article
Back to top Copyright © 2022 Esri.