AccessSpatialMap


Returns individual fields of a spatial map.

Syntax

C++
C#
Python
 
def AccessSpatialMap(
	inSpatialMap: SpatialMap,
	/
)
-> (
	outImageWidth: int,
	outImageHeight: int,
	outImagePitch: int,
	outImageType: PlainType,
	outImageDepth: int,
	outWidth: int,
	outHeight: int,
	outImageFormat: ImageFormat,
	outInterpolationMethod: InterpolationMethod
)

Parameters

Name Type Default Description
Input value inSpatialMap SpatialMap
Output value outImageWidth int
Output value outImageHeight int
Output value outImagePitch int
Output value outImageType PlainType
Output value outImageDepth int
Output value outWidth int
Output value outHeight int
Output value outImageFormat ImageFormat
Output value outInterpolationMethod InterpolationMethod