ClassImageryMetadataResourceSet
Class
The ResourceSet container.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[DataContract]
[KnownType(typeof(ImageryMetadata))]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class ImageryMetadataResourceSet
Inheritance: objectImageryMetadataResourceSet
Constructors
ImageryMetadataResourceSet()
Declaration
cs-api-definition
public ImageryMetadataResourceSet()
Properties
EstimatedTotal
Gets or sets an estimate of the total number of resources in the ResourceSet.
Declaration
cs-api-definition
[DataMember(Name = "estimatedTotal")]
public long EstimatedTotal { get; set; }
Property Value
Resources
Gets or sets a collection of one or more imagery metadata resources.
Declaration
cs-api-definition
[DataMember(Name = "resources")]
public ImageryMetadata[] Resources { get; set; }
Property Value