GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Results
ImageVolumeResult Class
The result from the calculateVolume method on ImageryLayer containing array of ImageVolume. ArcGIS Maps SDK for JavaScript
public record ImageVolumeResult : System.IEquatable<dymaptic.GeoBlazor.Pro.Results.ImageVolumeResult>
Inheritance System.Object 🡒 ImageVolumeResult
Implements System.IEquatable<ImageVolumeResult>
Constructors
ImageVolumeResult(IReadOnlyCollection) Constructor
The result from the calculateVolume method on ImageryLayer containing array of ImageVolume. ArcGIS Maps SDK for JavaScript
public ImageVolumeResult(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Model.ImageVolume>? Volumes=null);
Parameters
Volumes
System.Collections.Generic.IReadOnlyCollection<ImageVolume>
An array of image volume results returned in response to ImageryLayer.calculateVolume() method. ArcGIS Maps SDK for JavaScript
Properties
ImageVolumeResult.Volumes Property
An array of image volume results returned in response to ImageryLayer.calculateVolume() method. ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Model.ImageVolume>? Volumes { get; init; }