Class BirdseyeMetadataResourceSet
The Birdseye ResourceSet container.
Inheritance
System.Object
BirdseyeMetadataResourceSet
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BirdseyeMetadataResourceSet : Object
Constructors
BirdseyeMetadataResourceSet()
Declaration
public BirdseyeMetadataResourceSet()
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 BirdseyeMetadata[] Resources { get; set; }
Property Value
BirdseyeMetadata[]
|