RouteMatrixOptions.VehicleLengthInMeters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Length of the vehicle in meters. A value of 0 means that length restrictions are not considered.
public double? VehicleLengthInMeters { get; set; }
member this.VehicleLengthInMeters : Nullable<double> with get, set
Public Property VehicleLengthInMeters As Nullable(Of Double)