Share

BreakOperation.IsSourceBreakOperation Property

Parent Object: BreakOperation

Description

Property that returns whether this break operation is the source for inherited break operations. The property returns True if there are no related break operations. If the property returns False, use the SourceBreakOperation property to find the source break.

Syntax

BreakOperation.IsSourceBreakOperation() As Boolean

Property Value

This is a read only property whose value is a Boolean.

Version

Introduced in version 2010

Was this information helpful?