Class Parameters
Defines general OpenLR parameters.
Inheritance
System.Object
Parameters
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: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class Parameters
Fields
BEARDIST
Holds the bearing distance parameter.
Declaration
public static int BEARDIST
Field Value
System.Int32
|
Remarks
This parameter can be changed but decoding/encoding locations might not work anymore when this parameters has been changed in the meantime.
DONT_CARE_DISTANCE
Holds the tolerance of the distance difference to care about.
Declaration
public static int DONT_CARE_DISTANCE
Field Value
System.Int32
|