public class DiffData| DiffData | Initializes a new instance of the DiffData class |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| UpdateIfLarger | Update this difference report with the content of the other difference report, if the difference is larger in the other report. |
| Chainage | Chainage from ref where MaxDiff was found - if it is on a reach |
| ChainageIndex | Index of chainage from ref where MaxDiff was found - if it is on a reach |
| Failed | Flag indicating that diff has failed |
| MaxDataSet1 | Dataset from ref where MaxDiff was found |
| MaxDataSet2 | Dataset from check where MaxDiff was found |
| MaxDiff | Maximum difference, -1 if no difference |
| MaxValue | Maximum value of quantity from ref |
| Message | Data belonging to MaxDiff |
| MinValue | Minimum value of quantity from ref |
| NumDiffs | Number of differences |
| Quantity1 | Quantity from ref where MaxDiff was found |
| Quantity2 | Quantity from check where MaxDiff was found |
| RelChainage | Chainage from ref where RelMaxDiff was found - if it is on a reach |
| RelChainageIndex | Index of chainage from ref where RelMaxDiff was found - if it is on a reach |
| RelDataSet | Dataset from ref where RelMaxDiff was found |
| RelMaxDiff | Maximum relative difference, -1 if no difference |
| RelMessage | Data belonging to RelMaxDiff |
| RelTimeStep | Timestep from ref where RelMaxDiff was found. |
| TimeStep | Timestep from ref where MaxDiff was found. |