DistanceCompareTo Method |
Compares the current object with another object of the same type.
Namespace: Tekla.Structures.Datatype
Assembly: Tekla.Structures.Datatype (in Tekla.Structures.Datatype.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
Parameters
- other
- Type: Tekla.Structures.DatatypeDistance
The object to be compared with the current object.
Return Value
Type: Int32A 32-bit signed integer that indicates the relative order of the objects being compared.
The return value has the following meanings:
| Value | Meaning |
|---|---|
| Less than zero | The current object is less than the other object. |
| Zero | The current object is equal to the other object. |
| Greater than zero | The current object is greater than the other object. |