IntervalContains(Interval) Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public bool Contains(
Interval otherInterval
)
Public Function Contains (
otherInterval As Interval
) As Boolean
public:
bool Contains(
Interval^ otherInterval
)
member Contains :
otherInterval : Interval -> bool
Parameters
- otherInterval Interval
-
Return Value
Boolean
See Also