Share

Box.IsDisjoint Method

Parent Object: Box

Description

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 Boolean

Parameters

Name Type Description
Box Box Input Box object to compare.

Version

Introduced in version 4

Was this information helpful?