Constructor BuildingSceneLayer
BuildingSceneLayer(Uri)
Initializes a new instance of the BuildingSceneLayer class with a URI.
Declaration
public BuildingSceneLayer(Uri uri)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | uri | The URI to a service, scene layer package, or portal item. |
Remarks
If the specified URI is a portal item URL (see CreateAsync(Uri) for the supported URL formats), the underlying PortalItem will be created and accessible through Item.
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |
BuildingSceneLayer(PortalItem)
Initializes a new instance of the BuildingSceneLayer class with a portal item.
Declaration
public BuildingSceneLayer(PortalItem portalItem)
Parameters
| Type | Name | Description |
|---|---|---|
| PortalItem | portalItem | The building scene layer portal item (only PortalItem are supported). |
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |