Determine if this Outline contains another Outline to within tolerance.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool ContainsOtherOutline( Outline otherOutline, double tolerance )
Parameters
- otherOutline Outline
- The outline to test for containment.
- tolerance Double
- The tolerance to use when determining whether the point is contained. Defaults to zero.
Return Value
BooleanTrue if this outline contains the given outline, or false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |