dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Options
WebMapUpdateFromOptions Class
public class WebMapUpdateFromOptions :
System.IEquatable<dymaptic.GeoBlazor.Core.Options.WebMapUpdateFromOptions>
Inheritance System.Object 🡒 WebMapUpdateFromOptions
Implements System.IEquatable<WebMapUpdateFromOptions>
Constructors
WebMapUpdateFromOptions(Nullable, Nullable, Nullable, WebMapUpdateFromOptionsThumbnailSize, Nullable, Nullable) Constructor
public WebMapUpdateFromOptions(System.Nullable<bool> BackgroundExcluded=null, System.Nullable<bool> ScalePreserved=null, System.Nullable<bool> ThumbnailExcluded=null, dymaptic.GeoBlazor.Core.Model.WebMapUpdateFromOptionsThumbnailSize? ThumbnailSize=null, System.Nullable<bool> ViewpointExcluded=null, System.Nullable<bool> WidgetsExcluded=null);
Parameters
BackgroundExcluded
System.Nullable<System.Boolean>
When true
, the view’s background will not be updated for the webmap.
ArcGIS Maps SDK for JavaScript
ScalePreserved
System.Nullable<System.Boolean>
When true
, the view’s scale will be updated for the webmap.
ArcGIS Maps SDK for JavaScript
ThumbnailExcluded
System.Nullable<System.Boolean>
When true
, the thumbnail will not be updated for the webmap.
ArcGIS Maps SDK for JavaScript
ThumbnailSize
WebMapUpdateFromOptionsThumbnailSize
The size of the thumbnail.
ArcGIS Maps SDK for JavaScript
ViewpointExcluded
System.Nullable<System.Boolean>
When true
, the initial viewpoint of the view will not be updated for the webmap.
ArcGIS Maps SDK for JavaScript
WidgetsExcluded
System.Nullable<System.Boolean>
When true
, the webmap’s widgets property will not be updated.
ArcGIS Maps SDK for JavaScript
Properties
WebMapUpdateFromOptions.BackgroundExcluded Property
When true
, the view’s background will not be updated for the webmap.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> BackgroundExcluded { get; set; }
Property Value
System.Nullable<System.Boolean>
WebMapUpdateFromOptions.ScalePreserved Property
When true
, the view’s scale will be updated for the webmap.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> ScalePreserved { get; set; }
Property Value
System.Nullable<System.Boolean>
WebMapUpdateFromOptions.ThumbnailExcluded Property
When true
, the thumbnail will not be updated for the webmap.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> ThumbnailExcluded { get; set; }
Property Value
System.Nullable<System.Boolean>
WebMapUpdateFromOptions.ThumbnailSize Property
The size of the thumbnail.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.WebMapUpdateFromOptionsThumbnailSize? ThumbnailSize { get; set; }
Property Value
WebMapUpdateFromOptionsThumbnailSize
WebMapUpdateFromOptions.ViewpointExcluded Property
When true
, the initial viewpoint of the view will not be updated for the webmap.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> ViewpointExcluded { get; set; }
Property Value
System.Nullable<System.Boolean>
WebMapUpdateFromOptions.WidgetsExcluded Property
When true
, the webmap’s widgets property will not be updated.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> WidgetsExcluded { get; set; }