IntelliCAD 11.1 Object Library | |
Boolean Method | |
See Also |
- Operation
- The type of operation to be performed.
- pObject
- A region on which to perfom the Boolean operation.
Region Object : Boolean Method |
Description
Perform a Boolean operation against another region.
Syntax
Visual Basic |
---|
Public Sub Boolean( _ ByVal Operation As IcBooleanType, _ ByVal pObject As Region _ ) |
Parameters
- Operation
The type of operation to be performed.Value Description vicIntersection Performs an intersection. vicSubtraction Performs a subtraction. vicUnion Performs a union. - pObject
- A region on which to perfom the Boolean operation.