XYZSetBubbleScaleValuesΒΆ

XYZSetBubbleScaleValues sets the scale values to calculate the bubble size.

bool = XYZSetBubbleScaleValues(hData, rvZMinMax)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

Is the handle of a data set created with XYZCreate.

rvZMinMax

rvZMinMax is a vector with 2 elements:

Value Meaning
rvZMinMax[1] z value for the minimum bubble size.
rvZMinMax[2] z value for the maximum bubble size.

Vales between minimum and maximum will be interpolated.

id-1032424