dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components
VisibleElements Class
The elements that are displayed within the tooltip while sketching and editing.
ArcGIS Maps SDK for JavaScript
public class VisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 VisibleElements
Constructors
VisibleElements() Constructor
Parameterless constructor for use as a Razor Component.
public VisibleElements();
VisibleElements(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor
Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.
public VisibleElements(System.Nullable<bool> area=null, System.Nullable<bool> coordinates=null, System.Nullable<bool> direction=null, System.Nullable<bool> distance=null, System.Nullable<bool> elevation=null, System.Nullable<bool> header=null, System.Nullable<bool> helpMessage=null, System.Nullable<bool> orientation=null, System.Nullable<bool> radius=null, System.Nullable<bool> rotation=null, System.Nullable<bool> scale=null, System.Nullable<bool> size=null, System.Nullable<bool> totalLength=null);
Parameters
area
System.Nullable<System.Boolean>
When set to false
, the area is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
coordinates
System.Nullable<System.Boolean>
When set to false
, the coordinate is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
direction
System.Nullable<System.Boolean>
When set to false
, the direction (or deflection angle) is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
distance
System.Nullable<System.Boolean>
When set to false
, the distance is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
elevation
System.Nullable<System.Boolean>
When set to false
, the elevation is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
header
System.Nullable<System.Boolean>
When set to false
, the header at the top of the tooltip is not shown, when in input mode.
ArcGIS Maps SDK for JavaScript
helpMessage
System.Nullable<System.Boolean>
When set to false
, the help message at the bottom of the tooltip is not shown.
ArcGIS Maps SDK for JavaScript
orientation
System.Nullable<System.Boolean>
When set to false
, the orientation is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
radius
System.Nullable<System.Boolean>
When set to false
, the radius is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
rotation
System.Nullable<System.Boolean>
When set to false
, the rotation is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
scale
System.Nullable<System.Boolean>
When set to false
, the scale is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
size
System.Nullable<System.Boolean>
When set to false
, the size is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
totalLength
System.Nullable<System.Boolean>
When set to false
, the total length is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
Properties
VisibleElements.Area Property
When set to false
, the area is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Area { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElements.Coordinates Property
When set to false
, the coordinate is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Coordinates { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElements.Direction Property
When set to false
, the direction (or deflection angle) is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Direction { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElements.Distance Property
When set to false
, the distance is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Distance { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElements.Elevation Property
When set to false
, the elevation is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Elevation { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElements.Header Property
When set to false
, the header at the top of the tooltip is not shown, when in input mode.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Header { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElements.HelpMessage Property
When set to false
, the help message at the bottom of the tooltip is not shown.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> HelpMessage { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElements.Orientation Property
When set to false
, the orientation is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Orientation { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElements.Radius Property
When set to false
, the radius is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Radius { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElements.Rotation Property
When set to false
, the rotation is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Rotation { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElements.Scale Property
When set to false
, the scale is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Scale { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElements.Size Property
When set to false
, the size is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Size { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElements.TotalLength Property
When set to false
, the total length is not shown in the tooltip.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> TotalLength { get; set; }
Property Value
System.Nullable<System.Boolean>
Methods
VisibleElements.GetArea() Method
Asynchronously retrieve the current value of the Area property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetArea();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElements.GetCoordinates() Method
Asynchronously retrieve the current value of the Coordinates property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetCoordinates();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElements.GetDirection() Method
Asynchronously retrieve the current value of the Direction property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetDirection();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElements.GetDistance() Method
Asynchronously retrieve the current value of the Distance property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetDistance();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElements.GetElevation() Method
Asynchronously retrieve the current value of the Elevation property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetElevation();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElements.GetHeader() Method
Asynchronously retrieve the current value of the Header property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetHeader();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElements.GetHelpMessage() Method
Asynchronously retrieve the current value of the HelpMessage property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetHelpMessage();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElements.GetOrientation() Method
Asynchronously retrieve the current value of the Orientation property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetOrientation();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElements.GetRadius() Method
Asynchronously retrieve the current value of the Radius property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetRadius();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElements.GetRotation() Method
Asynchronously retrieve the current value of the Rotation property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetRotation();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElements.GetScale() Method
Asynchronously retrieve the current value of the Scale property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetScale();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElements.GetSize() Method
Asynchronously retrieve the current value of the Size property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSize();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElements.GetTotalLength() Method
Asynchronously retrieve the current value of the TotalLength property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetTotalLength();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElements.SetArea(Nullable) Method
Asynchronously set the value of the Area property after render.
public System.Threading.Tasks.Task SetArea(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElements.SetCoordinates(Nullable) Method
Asynchronously set the value of the Coordinates property after render.
public System.Threading.Tasks.Task SetCoordinates(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElements.SetDirection(Nullable) Method
Asynchronously set the value of the Direction property after render.
public System.Threading.Tasks.Task SetDirection(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElements.SetDistance(Nullable) Method
Asynchronously set the value of the Distance property after render.
public System.Threading.Tasks.Task SetDistance(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElements.SetElevation(Nullable) Method
Asynchronously set the value of the Elevation property after render.
public System.Threading.Tasks.Task SetElevation(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElements.SetHeader(Nullable) Method
Asynchronously set the value of the Header property after render.
public System.Threading.Tasks.Task SetHeader(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElements.SetHelpMessage(Nullable) Method
Asynchronously set the value of the HelpMessage property after render.
public System.Threading.Tasks.Task SetHelpMessage(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElements.SetOrientation(Nullable) Method
Asynchronously set the value of the Orientation property after render.
public System.Threading.Tasks.Task SetOrientation(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElements.SetRadius(Nullable) Method
Asynchronously set the value of the Radius property after render.
public System.Threading.Tasks.Task SetRadius(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElements.SetRotation(Nullable) Method
Asynchronously set the value of the Rotation property after render.
public System.Threading.Tasks.Task SetRotation(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElements.SetScale(Nullable) Method
Asynchronously set the value of the Scale property after render.
public System.Threading.Tasks.Task SetScale(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElements.SetSize(Nullable) Method
Asynchronously set the value of the Size property after render.
public System.Threading.Tasks.Task SetSize(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElements.SetTotalLength(Nullable) Method
Asynchronously set the value of the TotalLength property after render.
public System.Threading.Tasks.Task SetTotalLength(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.