Method Get3DBasemapsAsync
Get3DBasemapsAsync()
Retrieves the portal's 3D basemaps using the Basemap3DGallery
Declaration
public Task<IEnumerable<Basemap>> Get3DBasemapsAsync()
Returns
Type | Description |
---|---|
System. |
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 Arc
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 Basemap3DGallery
Declaration
public Task<IEnumerable<Basemap>> Get3DBasemapsAsync(CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
System. |
cancellationToken | A System. |
Returns
Type | Description |
---|---|
System. |
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 Arc
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 |