Class KmlModel
A KML model object.
Implements
System.IEquatable<KmlGeometry>
  
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlModel : KmlGeometry, IEquatable<KmlGeometry>Constructors
| Name | Description | 
|---|---|
| KmlModel(Uri, MapPoint, KmlAltitudeMode) | Initializes a new instance of the KmlModel class from a model file on disk or the network and a MapPoint using a specified altitude mode. | 
| KmlModel(Uri, MapPoint, KmlAltitudeMode, KmlOrientation, KmlScale) | Initializes a new instance of the KmlModel class from a model file on disk or the network and a MapPoint using the specified altitude mode, orientation, and scale. | 
| KmlModel(Uri, KmlOrientation, KmlScale) | Initializes a new instance of the KmlModel class from a model file on disk or the network using the specified orientation and scale. | 
Properties
| Name | Description | 
|---|---|
| Orientation | Gets the orientation applied to the model. | 
| Scale | Gets the scale factors applied to the model. | 
| Uri | Gets the URI to the file on disk or the network.. | 
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 | 
| .NET | 200.6 - 200.8 | 
| .NET Windows | 200.6 - 200.8 | 
| .NET Android | 200.6 - 200.8 | 
| .NET iOS | 200.6 - 200.8 | 
| .NET Framework | 200.6 - 200.8 | 
| UWP | 200.6 - 200.8 |