Share

DrawingView.BreakOperations Property

Parent Object: DrawingView

Description

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 BreakOperations

Property 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.

Version

Introduced in version 2010

Was this information helpful?