Class ImageryMetadataResourceSet
The ResourceSet container.
Inheritance
System.Object
ImageryMetadataResourceSet
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ImageryMetadataResourceSet : Object
Constructors
ImageryMetadataResourceSet()
Declaration
public ImageryMetadataResourceSet()
Properties
EstimatedTotal
Gets or sets an estimate of the total number of resources in the ResourceSet.
Declaration
public long EstimatedTotal { get; set; }
Property Value
System.Int64
|
Resources
Gets or sets a collection of one or more imagery metadata resources.
Declaration
public ImageryMetadata[] Resources { get; set; }
Property Value
ImageryMetadata[]
|