Click or drag to resize

DistanceCalculator Properties

The DistanceCalculator type exposes the following members.

Properties
  NameDescription
Public propertyDistances
Distances from location to any other node and grid point in the network

The value double.MaxValue is used when the node/grid point is more than MaxDistance from the location, or if the node/grid-point is not reachable from the location

Public propertyMaxDistance
Maximum distance from search location to calculate distance. Outside this distance, the results in the Distances may be double.MaxValue.
Public propertyUseSignedDistance
Flag specifying whether to calculate signed distances, i.e. distance is positive in down-stream direction and negative in up-stream direction from location
Top
See Also