XYZGetMatrixRangeΒΆ

XYZGetMatrixRange returns the matrix range in the x/y plane.

rvRect = XYZGetMatrixRange(hData)

Return Value

rvRect is a vector with 4 elements:

Value Meaning
rvRect[1] x-min
rvRect[2] y-min
rvRect[3] x-max
rvRect[4] y-max

Parameters

hData

A handle for a dataset created with XYZCreate.

id-1080844