DrawingView.BreakOperations Property
Parent Object: DrawingViewDescription
Property that returns the BreakOperations object containing information about all the break operations applied to this view as well as methods to add breaks. Both local as well as inherited break operations are returned in the collection.
Syntax
DrawingView.BreakOperations() As BreakOperationsProperty Value
This is a read only property whose value is a BreakOperations.Samples
Name | Description |
Creation of a break operation in a drawing view | Demonstrates the creation of a break operation. |