RectangularOccurrencePatternProxy.OccurrencePatternElement Property
Parent Object: RectangularOccurrencePatternProxyDescription
Property returning a specific element within a pattern. The pattern element returned for row 1, column 1 will contain the components that were provided as input for the pattern.
Syntax
RectangularOccurrencePatternProxy.OccurrencePatternElement( Row As Long, Column As Long ) As OccurrencePatternElementProperty Value
This is a read only property whose value is an OccurrencePatternElement.Parameters
Name | Type | Description |
Row | Long | Input Long that specifies the row index of the element to return. |
Column | Long | Input Long that specifies the column index of the element to return. |