Class TruckRouteBorderRestrictions
Inheritance
System.Object
TruckRouteBorderRestrictions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Map.Bing
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class TruckRouteBorderRestrictions
Constructors
TruckRouteBorderRestrictions()
Declaration
public TruckRouteBorderRestrictions()
Properties
RestrictionList
Defines the list of regions that should be considered for Border Restriction.
Declaration
public string[] RestrictionList { get; set; }
Property Value
System.String[]
|
RestrictionType
Specify whether border crossing should be avoided, allowed, or minimized.
Declaration
public TruckRouteBorderRestrictionType? RestrictionType { get; set; }
Property Value
System.Nullable<TruckRouteBorderRestrictionType>
|