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
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.7 |
.NET | 200.7 |
.NET Windows | 200.7 |
.NET Android | 200.7 |
.NET iOS | 200.7 |
.NET Framework | 200.7 |
UWP | 200.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
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.7 |
.NET | 200.7 |
.NET Windows | 200.7 |
.NET Android | 200.7 |
.NET iOS | 200.7 |
.NET Framework | 200.7 |
UWP | 200.7 |