Constructor DistanceSymbolRange
DistanceSymbolRange()
Initializes a new instance of the DistanceSymbolRange class.
Declaration
public DistanceSymbolRange()
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |
DistanceSymbolRange(Symbol)
Initializes a new instance of the DistanceSymbolRange class.
Declaration
public DistanceSymbolRange(Symbol symbol)
Parameters
Type | Name | Description |
---|---|---|
Symbol | symbol | The symbol that will always be visible. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |
DistanceSymbolRange(Symbol, Double, Double)
Initializes a new instance of the DistanceSymbolRange class.
Declaration
public DistanceSymbolRange(Symbol symbol, double minDistance, double maxDistance)
Parameters
Type | Name | Description |
---|---|---|
Symbol | symbol | The symbol that will only be visible within the specified distance range. |
Double | minDistance | The minimum distance in meters where symbol is visible. |
Double | maxDistance | The maximum distance in meters where symbol is visible. |
Remarks
Creates a Distance Range with a symbol and range properties. As a result the symbol will only be visible when the camera is within the specified distance range. Note that setting the maximum range to 0.0 indicates that there isn't a maximum range limit and the symbol will always be visible beyond its minimum range.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |