DistanceSymbolRange QML Type

Contains a symbol distance range at which the symbol is appropriately viewed. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

Object

Properties

Signals

Detailed Description

DistanceSymbolRange is used closely with DistanceCompositeSceneSymbol and DistanceSymbolRangeListModel to manage dynamic symbols based on distance from the Camera.

When the values for minDistance and maxDistance properties are 0.0, the range will not be used.

TypeDefault Property
Symbolsymbol (appends to model)

See also DistanceCompositeSceneSymbol and DistanceSymbolRangeListModel.

Property Documentation

maxDistance : double

The maximum value of the distance symbol range in meters.


minDistance : double

The minimum value of the distance symbol range in meters.


[default] symbol : Symbol

The symbol used with the specified range.


Signal Documentation

maxDistanceChanged()

Emitted when the maxDistanceChanged property changes.

Note: The corresponding handler is onMaxDistanceChanged.


minDistanceChanged()

Emitted when the minDistanceChanged property changes.

Note: The corresponding handler is onMinDistanceChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.