Show / Hide Table of Contents

Constructor Ogc3DTilesLayer

Ogc3DTilesLayer(PortalItem)

Initializes a new instance of the Ogc3DTilesLayer class with a portal item of type OGC3DTilesService.

Declaration
public Ogc3DTilesLayer(PortalItem portalItem)
Parameters
Type Name Description
PortalItem portalItem

A 3D tiles PortalItem.

Exceptions
Type Condition
System.ArgumentNullException

portalItem is null.

See Also
PortalItem
OGC3DTilesService
Item

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.4 - 200.7
.NET200.4 - 200.7
.NET Windows200.4 - 200.7
.NET Android200.4 - 200.7
.NET iOS200.4 - 200.7
.NET Framework200.4 - 200.7
UWP200.4 - 200.7

Ogc3DTilesLayer(Uri)

Initializes a new instance of the Ogc3DTilesLayer class.

Declaration
public Ogc3DTilesLayer(Uri source)
Parameters
Type Name Description
System.Uri source

The URL of a public service, the path to a tileset (.json), or the path to a 3D tiles archive format (.3tz) file.

Exceptions
Type Condition
System.ArgumentNullException

source is null.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.4 - 200.7
.NET200.4 - 200.7
.NET Windows200.4 - 200.7
.NET Android200.4 - 200.7
.NET iOS200.4 - 200.7
.NET Framework200.4 - 200.7
UWP200.4 - 200.7
In This Article
Back to top Copyright © 2022 Esri.