IntersectWith Method

IntelliCAD 11.1 Object Library
IntersectWith Method
See Also 
IntersectingObject
Option
Table Object : IntersectWith Method

Description

Returns the intersection points between given objects.

Syntax

Visual Basic
Public Function IntersectWith( _
   ByVal IntersectingObject As Object, _
   ByVal Option As IntersectOptions _
) As Points

Parameters

IntersectingObject
Option
ValueDescription
vicExtendBoth3 = Extends both entities if necessary.
vicExtendNone

0 = Does not extend either entity.

vicExtendOtherEntity2 = Extends the second entity.
vicExtendThisEntity1 = Extends the first entity.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.