ILocationSpanStrictContains Method (ILocation) |
Decides whether location is contained inside the location span. Inside is understood as
startChainage > location.Chainage and location.Chainage > endChainage
Location comparisons are case insensitive, and uses the Constants.LOCATION_EQUAL_TOLERANCE,
i.e., location.Chainage must be tolerance inside the span to evaluate to true.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax bool StrictContains(
ILocation location
)
Function StrictContains (
location As ILocation
) As Boolean
bool StrictContains(
ILocation^ location
)
Parameters
- location
- Type: DHI.Mike1D.GenericILocation
Location to check
Return Value
Type:
Booleantrue if location has same branch name and chainage is strictly inside interval
See Also