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: |
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
[default] symbol : Symbol |
The symbol used with the specified range.
Signal Documentation
Emitted when the maxDistanceChanged property changes.
Note: The corresponding handler is onMaxDistanceChanged
.
Emitted when the minDistanceChanged property changes.
Note: The corresponding handler is onMinDistanceChanged
.