RegionPointRunLengths
Returns the lengths of horizontal sequences of locations that constitute the input region.
Syntax
C++
C#
Python
def RegionPointRunLengths( inRegion: Region, / ) -> outPointRunLengths: list[int]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
outPointRunLengths | list[int] |


