Class SceneConverter
FOR INTERNAL USE ONLY Provides a way of converting Scene from a string uri to a portal item, or from a portal item instance.
Inheritance
System.Object
SceneConverter
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class SceneConverter : TypeConverter
Constructors
| Name | Description |
|---|---|
| SceneConverter() | Initializes a new instance of the SceneConverter class. |
Methods
| Name | Description |
|---|---|
| CanConvertFrom(Nullable<ITypeDescriptorContext>, Type) | Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context. |
| CanConvertTo(Nullable<ITypeDescriptorContext>, Nullable<Type>) | Returns whether this converter can convert the object to the specified type, using the specified context. |
| ConvertFrom(Nullable<ITypeDescriptorContext>, Nullable<CultureInfo>, Object) | Converts the given object to the type of this converter, using the specified context and culture information. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.13 |
| .NET Framework | 100.3 - 100.8 |
| .NET 5 | 100.11 |
| .NET Core 3.1 | 100.7 - 100.8 |
| Xamarin.Android | 100.3 - 100.13 |
| Xamarin.iOS | 100.3 - 100.8 |
| UWP | 100.13 - 100.15 |