DistanceSymbolRange QML Type
Contains a symbol distance range at which the symbol is appropriately viewed. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- DistanceSymbolRange is part of QML Type List.
Properties
- maxDistance : double
- minDistance : double
- symbol : Symbol
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.
Type | Default Property |
---|---|
Symbol | symbol (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 maxDistance property changes.
Note: The corresponding handler is onMaxDistanceChanged
.
minDistanceChanged() |
Emitted when the minDistance property changes.
Note: The corresponding handler is onMinDistanceChanged
.
symbolChanged() |
Emitted when the symbol property changes.
Note: The corresponding handler is onSymbolChanged
.