Box.IsDisjoint Method
Parent Object: BoxDescription
Determines whether this Box intersects the specified Box. A return value of True indicates that the box do not intersect.
Syntax
Box.IsDisjoint( Box As Box ) As BooleanParameters
Name | Type | Description |
Box | Box | Input Box object to compare. |