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 | |
|---|---|---|---|---|
![]() |
inSpatialMap | SpatialMap | ||
![]() |
outImageWidth | int | ||
![]() |
outImageHeight | int | ||
![]() |
outImagePitch | int | ||
![]() |
outImageType | PlainType | ||
![]() |
outImageDepth | int | ||
![]() |
outWidth | int | ||
![]() |
outHeight | int | ||
![]() |
outImageFormat | ImageFormat | ||
![]() |
outInterpolationMethod | InterpolationMethod |


