Click or drag to resize

LocationSpanStrictContains Method (ILocationSpan)

Decides whether a location span is contained inside this location span. This is the case when both the start and end location is contained inside the location span

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool StrictContains(
	ILocationSpan locationSpan
)

Parameters

locationSpan
Type: DHI.Mike1D.GenericILocationSpan

[Missing <param name="locationSpan"/> documentation for "M:DHI.Mike1D.Generic.LocationSpan.StrictContains(DHI.Mike1D.Generic.ILocationSpan)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.LocationSpan.StrictContains(DHI.Mike1D.Generic.ILocationSpan)"]

Implements

ILocationSpanStrictContains(ILocationSpan)
See Also