LocationCenter


Returns the center point of a pixel indicated by the provided location.

Syntax

C++
Python
 
def LocationCenter(
	inLocation: Location,
	/
)
-> outCenter: Point2D

Parameters

Name Type Default Description
Input value inLocation Location Pixel location.
Output value outCenter Point2D Center point of the provided pixel.