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
Input value inRegion Region Input region
Output value outPointRunLengths list[int]