SchematicTurnBoxSetProgressVisibleDistance Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets the distance where the progress icon becomes visible.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void SetProgressVisibleDistance(
double distance,
DistanceUnit units
)
Public Sub SetProgressVisibleDistance (
distance As Double,
units As DistanceUnit
)
Parameters
- distance
- Type: SystemDouble
The distance. - units
- Type: Telogis.GeoBaseDistanceUnit
The unit of distance to use.
See Also