Show / Hide Table of Contents

Method Get3DBasemapsAsync

Get3DBasemapsAsync()

Retrieves the portal's 3D basemaps using the Basemap3DGalleryGroupQuery query string.

Declaration
public Task<IEnumerable<Basemap>> Get3DBasemapsAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Basemap>>

A Task that provides the Basemap objects within the 3D basemap gallery group.

Remarks

The result is a read-only collection of 3D @Basemap objects defined by the ArcGISPortal instance. The basemaps are not loaded, but their ref PortalItem metadata are available using Item.

See Also
Basemap3DGalleryGroupQuery
Basemap

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.7
.NET200.7
.NET Windows200.7
.NET Android200.7
.NET iOS200.7
.NET Framework200.7
UWP200.7

Get3DBasemapsAsync(CancellationToken)

Retrieves the portal's 3D basemaps using the Basemap3DGalleryGroupQuery query string.

Declaration
public Task<IEnumerable<Basemap>> Get3DBasemapsAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken

A System.Threading.CancellationToken with which to cancel the operation if required.

Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Basemap>>

A Task that provides the Basemap objects within the 3D basemap gallery group.

Remarks

The result is a read-only collection of 3D Basemap objects defined by the ArcGISPortal instance. The basemaps are not loaded, but their ref PortalItem metadata are available using Item.

See Also
Basemap3DGalleryGroupQuery
Basemap

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.7
.NET200.7
.NET Windows200.7
.NET Android200.7
.NET iOS200.7
.NET Framework200.7
UWP200.7
In This Article
Back to top Copyright © 2022 Esri.